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 | 11100111100110011001110011101000100101101001110001000010 | e7999ce8969c42 |
EUC-JP | 逋懆万B | 11101101111110011101100011101010110010111111110001000010 | edf9d8eacbfc42 |
UTF-8 | 逋懆万B | 11101001100000001000101111100110100001111000011011100100101110001000011101000010 | e9808be68786e4b88742 |
UHC | 逋?万B | 111110001110011100111111110110001011001001000010 | f8e73fd8b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)