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 | ?愁?愁^ | 00111111100011110100010000111111100011110100010001011110 | 3f8f443f8f445e |
EUC-JP | ?愁?愁^ | 00111111101111011010010100111111101111011010010101011110 | 3fbda53fbda55e |
UTF-8 | 靈愁靈愁^ | 11101111101001101011001111100110100001001000000111101111101001101011001111100110100001001000000101011110 | efa6b3e68481efa6b3e684815e |
UHC | 靈愁靈愁^ | 111001111100111111100001111111101110011111001111111000011111111001011110 | e7cfe1fee7cfe1fe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)