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 | 111001000110011010000011110011000011111101000110 | e46683cc3f46 |
EUC-JP | 臟ξ?F | 111001111100011110100110110011100011111101000110 | e7c7a6ce3f46 |
UTF-8 | 臟ξ닕F | 111010001000011110011111110011101011111011101011100010111001010101000110 | e8879fcebeeb8b9546 |
UHC | 臟ξ닕F | 11101101111101001010010111101110100010001001100101000110 | edf4a5ee889946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)