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 | 莊h沓B | 11100100101101011000001010001000100011000100001001000010 | e4b582888c4242 |
EUC-JP | 莊h沓B | 11101000101101111010001111101000101101111010001101000010 | e8b7a3e8b7a342 |
UTF-8 | 莊h沓B | 11101000100011101000101011101111101111011000100011100110101100101001001101000010 | e88e8aefbd88e6b29342 |
UHC | 莊h沓B | 11101101111101101010001111101000110100111100101101000010 | edf6a3e8d3cb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)