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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 綸磅綸磅B | 111000110110010011100001111110101110001101100100111000011111101001000010 | e364e1fae364e1fa42 |
EUC-JP | 綸磅綸磅B | 111001011100010111100010111111001110010111000101111000101111110001000010 | e5c5e2fce5c5e2fc42 |
UTF-8 | 綸磅綸磅B | 11100111101101101011100011100111101000111000010111100111101101101011100011100111101000111000010101000010 | e7b6b8e7a385e7b6b8e7a38542 |
UHC | 綸磅綸磅B | 110101111100011011011011101101101101011111000110110110111011011001000010 | d7c6dbb6d7c6dbb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)