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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 猖箚艘B | 11100000110010011110001010110010111001000111101001000010 | e0c9e2b2e47a42 |
EUC-JP | 猖箚艘B | 11100000110010111110010010110100111001111101101101000010 | e0cbe4b4e7db42 |
UTF-8 | 猖箚艘B | 11100111100011001001011011100111101011101001101011101000100010011001100001000010 | e78c96e7ae9ae8899842 |
UHC | 猖箚?B | 111100111110100111110011101100000011111101000010 | f3e9f3b03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)