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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 骰碑洞 | 111010011000110110010100111010001001001110110100 | e98d94e893b4 |
EUC-JP | 骰碑洞 | 111100011110110111001000111010101100011010110110 | f1edc8eac6b6 |
UTF-8 | 骰碑洞 | 111010011010101010110000111001111010001010010001111001101011010010011110 | e9aab0e7a291e6b49e |
UHC | ?碑洞 | 0011111111011101111110001101010011010111 | 3fddf8d4d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)