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 | ??W??z | 001111110011111101010111001111110011111101111010 | 3f3f573f3f7a |
SJIS-WIN | Wz | 11111000111101011111001011101010010101111111100011110101111100101110101001111010 | f8f5f2ea57f8f5f2ea7a |
EUC-JP | ??W??z | 001111110011111101010111001111110011111101111010 | 3f3f573f3f7a |
UTF-8 | Wz | 1110111010011010100101001110111010001000101000010101011111101110100110101001010011101110100010001010000101111010 | ee9a94ee88a157ee9a94ee88a17a |
UHC | ??W??z | 001111110011111101010111001111110011111101111010 | 3f3f573f3f7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)