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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 伍??] | 1000110011011110001111110011111101011101 | 8cde3f3f5d |
EUC-JP | 伍??] | 1011100011100000001111110011111101011101 | b8e03f3f5d |
UTF-8 | 伍뱃궨] | 11100100101111001000110111101011101100011000001111101010101101101010100001011101 | e4bc8debb183eab6a85d |
UHC | 伍뱃궨] | 11100111111010101011100111101110100000101011101001011101 | e7eab9ee82ba5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)