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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襞詞撒 | 111001011111110010001110100011001000111001010100 | e5fc8e8c8e54 |
EUC-JP | 襞詞撒 | 111010101111111010111011111011001011101110110101 | eafebbecbbb5 |
UTF-8 | 襞詞撒 | 111010001010010110011110111010001010100110011110111001101001001010010010 | e8a59ee8a99ee69292 |
UHC | ?詞撒 | 0011111111011110111100101101111110101110 | 3fdef2dfae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)