To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 妖ζ???? | 1001011101100100100000111100010000111111001111110011111100111111 | 976483c43f3f3f3f |
EUC-JP | 妖ζ???? | 1100110111000101101001101100011000111111001111110011111100111111 | cdc5a6c63f3f3f3f |
UTF-8 | 妖ζ돂獵딃룯 | 1110010110100110100101101100111010110110111010111000111110000010111011111010011010100111111010111001010010000011111010111010001110101111 | e5a696ceb6eb8f82efa6a7eb9483eba3af |
UHC | 妖ζ돂獵딃룯 | 111010001110110110100101111001101000100110010101111001111010011010001010111010011000111110100101 | e8eda5e68995e7a68ae98fa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)