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 | 鼇?鼇?^ | 11101010100001110011111111101010100001110011111101011110 | ea873fea873f5e |
EUC-JP | 鼇?鼇?^ | 11110011111001110011111111110011111001110011111101011110 | f3e73ff3e73f5e |
UTF-8 | 鼇蟬鼇蟬^ | 11101001101111001000011111101000100111111010110011101001101111001000011111101000100111111010110001011110 | e9bc87e89face9bc87e89fac5e |
UHC | 鼇蟬鼇蟬^ | 111010001010100011100000110100011110100010101000111000001101000101011110 | e8a8e0d1e8a8e0d15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)