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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 閼臥栖h | 11101000100001001000100111100111100100001011001001101000 | e88489e790b268 |
EUC-JP | 閼臥栖h | 11101111111001001011001011101001110000001011010001101000 | efe4b2e9c0b468 |
UTF-8 | 閼臥栖h | 11101001100101101011110011101000100001111010010111100110101000001001011001101000 | e996bce887a5e6a09668 |
UHC | 閼臥栖h | 11100100110110011110100011000010110111111111011101101000 | e4d9e8c2dff768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)