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 | ????N | 0011111100111111001111110011111101001110 | 3f3f3f3f4e |
SJIS-WIN | 品?億?N | 10010101011010010011111110001001101011010011111101001110 | 95693f89ad3f4e |
EUC-JP | 品?億?N | 11001001110010100011111110110010101011110011111101001110 | c9ca3fb2af3f4e |
UTF-8 | 品렮億랑N | 11100101100100111000000111101011101000001010111011100101100001001000010011101011100111101001000101001110 | e59381eba0aee58484eb9e914e |
UHC | 品렮億랑N | 111110011010000110001110101110111110010111100010101101101111101101001110 | f9a18ebbe5e2b6fb4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)