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 | ?頃??琮? | 0011111110001101101000000011111100111111111110110110101000111111 | 3f8da03f3ffb6a3f |
EUC-JP | 塡頃??琮? | 1000111110111000101101001011101010100010001111110011111110001111110011001011001000111111 | 8fb8b4baa23f3f8fccb23f |
UTF-8 | 塡頃렰렔琮렡 | 111001011010000110100001111010011010000010000011111010111010000010110000111010111010000010010100111001111001000010101110111010111010000010100001 | e5a1a1e9a083eba0b0eba094e790aeeba0a1 |
UHC | 塡頃렰렔琮렡 | 111011101111001111001100111100011000111010111101100011101010100111110000111110011000111010110010 | eef3ccf18ebd8ea9f0f98eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)