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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 煮宍\ | 11110010110000011000111011001111100011101011001101011100 | f2c18ecf8eb35c |
EUC-JP | ?煮宍\ | 001111111011110011010001101111001011010101011100 | 3fbcd1bcb55c |
UTF-8 | 煮宍\ | 11101110100001111011100011100111100001011010111011100101101011101000110101011100 | ee87b8e785aee5ae8d5c |
UHC | ?煮?\ | 0011111111101101101101000011111101011100 | 3fedb43f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)