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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 逵ク驫キF | 11100111100111001011100011101001100010101011011101000110 | e79cb8e98ab746 |
EUC-JP | 逵ク驫キF | 111011011111110010001110101110001111000111101010100011101011011101000110 | edfc8eb8f1ea8eb746 |
UTF-8 | 逵ク驫キF | 11101001100000001011010111101111101111011011100011101001101010011010101111101111101111011011011101000110 | e980b5efbdb8e9a9abefbdb746 |
UHC | 逵???F | 110100001011000000111111001111110011111101000110 | d0b03f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)