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 | 11100110101110011001100011101110100010001011010001101000 | e6b998ee88b468 |
EUC-JP | 貉偃斡h | 11101100101110111101000011110000101100001011011001101000 | ecbbd0f0b0b668 |
UTF-8 | 貉偃斡h | 11101000101100101000100111100101100000011000001111100110100101101010000101101000 | e8b289e58183e696a168 |
UHC | ?偃斡h | 001111111110010111100111111001001101011001101000 | 3fe5e7e4d668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)