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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 鉉執] | 1110011111101001100011101011011101011101 | e7e98eb75d |
EUC-JP | 鉉執] | 1110111011101011101111001011100101011101 | eeebbcb95d |
UTF-8 | 鉉執] | 11101001100010011000100111100101100111111011011101011101 | e98989e59fb75d |
UHC | 鉉執] | 1111101011101000111100101111101101011101 | fae8f2fb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)