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 | ?瓏??瓏?^ | 001111111110000011111010001111110011111111100000111110100011111101011110 | 3fe0fa3f3fe0fa3f5e |
EUC-JP | ?瓏??瓏?^ | 001111111110000011111100001111110011111111100000111111000011111101011110 | 3fe0fc3f3fe0fc3f5e |
UTF-8 | 亐瓏눕亐瓏눕^ | 11100100101110101001000011100111100100111000111111101011100010001001010111100100101110101001000011100111100100111000111111101011100010001001010101011110 | e4ba90e7938feb8895e4ba90e7938feb88955e |
UHC | 亐瓏눕亐瓏눕^ | 11101010101001111101011011101010101101001010111111101010101001111101011011101010101101001010111101011110 | eaa7d6eab4afeaa7d6eab4af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)