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 | ???@ | 00111111001111110011111101000000 | 3f3f3f40 |
SJIS-WIN | 奪促蔵@ | 10010010010001001001000110100011100100011010000001000000 | 924491a391a040 |
EUC-JP | 奪促蔵@ | 11000011101001011100001010100101110000101010001001000000 | c3a5c2a5c2a240 |
UTF-8 | 奪促蔵@ | 11100101101001011010101011100100101111111000001111101000100101001011010101000000 | e5a5aae4bf83e894b540 |
UHC | 奪促?@ | 111101111010110011110101101101010011111101000000 | f7acf5b53f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)