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 | 窪???鴨。 | 100011000100010100111111001111110011111110001010100110111000000101000010 | 8c453f3f3f8a9b8142 |
EUC-JP | 窪???鴨。 | 101101111010011000111111001111110011111110110011111110111010000110100011 | b7a63f3f3fb3fba1a3 |
UTF-8 | 窪쯧렡렯鴨。 | 111001111010101010101010111011001010111110100111111010111010000010100001111010111010000010101111111010011011010010101000111000111000000010000010 | e7aaaaecafa7eba0a1eba0afe9b4a8e38082 |
UHC | 窪쯧렡렯鴨。 | 111010001100000111000010111011001000111010110010100011101011110011100100111001011010000110100011 | e8c1c2ec8eb28ebce4e5a1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)