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 | HXP}HXP{^ | 10011010010010001001101001011000010100000111110110011010010010001001101001011000010100000111101101011110 | 9a489a58507d9a489a58507b5e |
SJIS-WIN | ?H?XP}?H?XP{^ | 00111111010010000011111101011000010100000111110100111111010010000011111101011000010100000111101101011110 | 3f483f58507d3f483f58507b5e |
EUC-JP | ?H?XP}?H?XP{^ | 00111111010010000011111101011000010100000111110100111111010010000011111101011000010100000111101101011110 | 3f483f58507d3f483f58507b5e |
UTF-8 | HXP}HXP{^ | 1100001010011010010010001100001010011010010110000101000001111101110000101001101001001000110000101001101001011000010100000111101101011110 | c29a48c29a58507dc29a48c29a58507b5e |
UHC | ?H?XP}?H?XP{^ | 00111111010010000011111101011000010100000111110100111111010010000011111101011000010100000111101101011110 | 3f483f58507d3f483f58507b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)