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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 曖??曖?? | 1001111001000010001111110011111110011110010000100011111100111111 | 9e423f3f9e423f3f |
EUC-JP | 曖??曖?? | 1101101110100011001111110011111111011011101000110011111100111111 | dba33f3fdba33f3f |
UTF-8 | 曖럮뢘曖꼷뢘 | 111001101001101110010110111010111001111110101110111010111010001010011000111001101001101110010110111010101011110010110111111010111010001010011000 | e69b96eb9faeeba298e69b96eabcb7eba298 |
UHC | 曖럮뢘曖꼷뢘 | 111001001111001010001110100011111000111101010011111001001111001010000100100011111000111101010011 | e4f28e8f8f53e4f2848f8f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)