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 | 襌僂鞜 | 111001011111100110011001010000111110100011011111 | e5f99943e8df |
EUC-JP | 襌僂鞜 | 111010101111101111010001101001001111000011100001 | eafbd1a4f0e1 |
UTF-8 | 襌僂鞜 | 111010001010010110001100111001011000001110000010111010011001111010011100 | e8a58ce58382e99e9c |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)