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 | ??@h | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-WIN | 雹蒹@h | 111010001011100111100100111000110100000001101000 | e8b9e4e34068 |
EUC-JP | 雹蒹@h | 111100001011101111101000111001010100000001101000 | f0bbe8e54068 |
UTF-8 | 雹蒹@h | 1110100110011011101110011110100010010010101110010100000001101000 | e99bb9e892b94068 |
UHC | 雹?@h | 1101101011011111001111110100000001101000 | dadf3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)