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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 觴?觴惜 | 11100110010110110011111111100110010110111001000011001001 | e65b3fe65b90c9 |
EUC-JP | 觴宬觴惜 | 111010111011110010001111101110101101001111101011101111001100000011001011 | ebbc8fbad3ebbcc0cb |
UTF-8 | 觴宬觴惜 | 111010001010011110110100111001011010111010101100111010001010011110110100111001101000001110011100 | e8a7b4e5aeace8a7b4e6839c |
UHC | 觴宬觴惜 | 1101111111011000111000001111010011011111110110001110000010101101 | dfd8e0f4dfd8e0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)