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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 猾猥狹F | 11100000110011111110000011001110111000001100001101000110 | e0cfe0cee0c346 |
EUC-JP | 猾猥狹F | 11100000110100011110000011010000111000001100010101000110 | e0d1e0d0e0c546 |
UTF-8 | 猾猥狹F | 11100111100011001011111011100111100011001010010111100111100010111011100101000110 | e78cbee78ca5e78bb946 |
UHC | 猾猥狹F | 11111100110000101110100011100101111110101111010101000110 | fcc2e8e5faf546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)