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 | ?\? | 001111110101110000111111 | 3f5c3f |
SJIS-WIN | 奪\竪 | 1001001001000100010111001001001001000111 | 92445c9247 |
EUC-JP | 奪\竪 | 1100001110100101010111001100001110101000 | c3a55cc3a8 |
UTF-8 | 奪\竪 | 11100101101001011010101001011100111001111010101110101010 | e5a5aa5ce7abaa |
UHC | 奪\竪 | 1111011110101100010111001110001010110101 | f7ac5ce2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)