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 | 1100110110111100111100011101101101000010 | cdbcf1db42 |
EUC-JP | ヘシ?B | 100011101100110110001110101111000011111101000010 | 8ecd8ebc3f42 |
UTF-8 | ヘシB | 11101111101111101000110111101111101111011011110011101110100001011001011001000010 | efbe8defbdbcee859642 |
UHC | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)