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 | ???C | 00111111001111110011111101000011 | 3f3f3f43 |
SJIS-WIN | 箏矍C | 11100010101101011111000111111100111000011101110101000011 | e2b5f1fce1dd43 |
EUC-JP | 箏?矍C | 111001001011011100111111111000101101111101000011 | e4b73fe2df43 |
UTF-8 | 箏矍C | 11100111101011101000111111101110100001011011011111100111100111111000110101000011 | e7ae8fee85b7e79f8d43 |
UHC | 箏??C | 1110111010110100001111110011111101000011 | eeb43f3f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)