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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 航??航??^ | 100011010111000100111111001111111000110101110001001111110011111101011110 | 8d713f3f8d713f3f5e |
EUC-JP | 航??航??^ | 101110011101001000111111001111111011100111010010001111110011111101011110 | b9d23f3fb9d23f3f5e |
UTF-8 | 航⑶눈航⑶눈^ | 11101000100010001010101011100010100100011011011011101011100010001000100011101000100010001010101011100010100100011011011011101011100010001000100001011110 | e888aae291b6eb8888e888aae291b6eb88885e |
UHC | 航⑶눈航⑶눈^ | 11111001111111101010100111101001101101001010101111111001111111101010100111101001101101001010101101011110 | f9fea9e9b4abf9fea9e9b4ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)