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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 盖穩鈔B | 11100001101100111110001001110010111001111110001001000010 | e1b3e272e7e242 |
EUC-JP | 盖穩鈔B | 11100010101101011110001111010011111011101110010001000010 | e2b5e3d3eee442 |
UTF-8 | 盖穩鈔B | 11100111100110111001011011100111101010011010100111101001100010001001010001000010 | e79b96e7a9a9e9889442 |
UHC | 盖穩?B | 110010111100110011101000101100010011111101000010 | cbcce8b13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)