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 | 100100100101000110010001101110111001001001010001100100011011101101000010 | 925191bb925191bb42 |
EUC-JP | 嘆遜嘆遜B | 110000111011001011000010101111011100001110110010110000101011110101000010 | c3b2c2bdc3b2c2bd42 |
UTF-8 | 嘆遜嘆遜B | 11100101100110001000011011101001100000011001110011100101100110001000011011101001100000011001110001000010 | e59886e9819ce59886e9819c42 |
UHC | 嘆遜嘆遜B | 111101111010001111100001111000011111011110100011111000011110000101000010 | f7a3e1e1f7a3e1e142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)