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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | 髥?髥?^ | 100011111110100111110000001111111000111111101001111100000011111101011110 | 8fe9f03f8fe9f03f5e |
UTF-8 | 髥딡髥딡^ | 11101001101010111010010111101011100101001010000111101001101010111010010111101011100101001010000101011110 | e9aba5eb94a1e9aba5eb94a15e |
UHC | 髥딡髥딡^ | 111001111010001110001011010001001110011110100011100010110100010001011110 | e7a38b44e7a38b445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)