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 | 111001011111000110000011110010010011111101000110 | e5f183c93f46 |
EUC-JP | 褥λ?F | 111010101111001110100110110010110011111101000110 | eaf3a6cb3f46 |
UTF-8 | 褥λ젽F | 111010001010010010100101110011101011101111101100101000001011110101000110 | e8a4a5cebbeca0bd46 |
UHC | 褥λ젽F | 11101001101100111010010111101011101000001010111101000110 | e9b3a5eba0af46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)