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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鼇???^ | 111010101000011100111111001111110011111101011110 | ea873f3f3f5e |
EUC-JP | 鼇???^ | 111100111110011100111111001111110011111101011110 | f3e73f3f3f5e |
UTF-8 | 鼇읦뀀뮟^ | 11101001101111001000011111101100100111011010011011101011100000001000000011101011101011101001111101011110 | e9bc87ec9da6eb8080ebae9f5e |
UHC | 鼇읦뀀뮟^ | 111010001010100010011111110011101011001011101011100100101010101101011110 | e8a89fceb2eb92ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)