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 | iP}iP{^ | 1001111101101001100100010101000001111101100111110110100110010001010100000111101101011110 | 9f6991507d9f6991507b5e |
SJIS-WIN | ?i?P}?i?P{^ | 0011111101101001001111110101000001111101001111110110100100111111010100000111101101011110 | 3f693f507d3f693f507b5e |
EUC-JP | ?i?P}?i?P{^ | 0011111101101001001111110101000001111101001111110110100100111111010100000111101101011110 | 3f693f507d3f693f507b5e |
UTF-8 | iP}iP{^ | 110000101001111101101001110000101001000101010000011111011100001010011111011010011100001010010001010100000111101101011110 | c29f69c291507dc29f69c291507b5e |
UHC | ?i?P}?i?P{^ | 0011111101101001001111110101000001111101001111110110100100111111010100000111101101011110 | 3f693f507d3f693f507b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)