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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?壽}?壽{^ | 001111111001101011100110011111010011111110011010111001100111101101011110 | 3f9ae67d3f9ae67b5e |
EUC-JP | ?壽}?壽{^ | 001111111101010011101000011111010011111111010100111010000111101101011110 | 3fd4e87d3fd4e87b5e |
UTF-8 | 뺻壽}뺻壽{^ | 111010111011101010111011111001011010001110111101011111011110101110111010101110111110010110100011101111010111101101011110 | ebbabbe5a3bd7debbabbe5a3bd7b5e |
UHC | 뺻壽}뺻壽{^ | 1001011001000100111000011111100001111101100101100100010011100001111110000111101101011110 | 9644e1f87d9644e1f87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)