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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 懈槎ノ | 100111001110011010011110110010101000001101101101 | 9ce69eca836d |
EUC-JP | 懈槎ノ | 110110001110100011011100110011001010010111001110 | d8e8dccca5ce |
UTF-8 | 懈槎ノ | 111001101000011110001000111001101010011110001110111000111000001110001110 | e68788e6a78ee3838e |
UHC | 懈?ノ | 1111101010101011001111111010101111001110 | faab3fabce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)