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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 裂顯P | 1001011111110100111010001111101101010000 | 97f4e8fb50 |
EUC-JP | 裂顯P | 1100111011110110111100001111110101010000 | cef6f0fd50 |
UTF-8 | 裂顯P | 11101000101000111000001011101001101000011010111101010000 | e8a382e9a1af50 |
UHC | 裂顯P | 1101011010101110111110101110100101010000 | d6aefae950 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)