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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 雍閤雍砿^ | 111010001011010010001101011111011110100010110100100011010111101101011110 | e8b48d7de8b48d7b5e |
EUC-JP | 雍閤雍砿^ | 111100001011011010111001110111101111000010110110101110011101110001011110 | f0b6b9def0b6b9dc5e |
UTF-8 | 雍閤雍砿^ | 11101001100110111000110111101001100101101010010011101001100110111000110111100111101000001011111101011110 | e99b8de996a4e99b8de7a0bf5e |
UHC | 雍閤雍?^ | 1110100010111100111110011110111011101000101111000011111101011110 | e8bcf9eee8bc3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)