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}?P{^ | 00111111010100000111110100111111010100000111101101011110 | 3f507d3f507b5e |
SJIS-WIN | ?P}?P{^ | 00111111010100000111110100111111010100000111101101011110 | 3f507d3f507b5e |
EUC-JP | ?P}?P{^ | 00111111010100000111110100111111010100000111101101011110 | 3f507d3f507b5e |
UTF-8 | 숥P}숥P{^ | 1110110010001000101001010101000001111101111011001000100010100101010100000111101101011110 | ec88a5507dec88a5507b5e |
UHC | 숥P}숥P{^ | 100110100100001001010000011111011001101001000010010100000111101101011110 | 9a42507d9a42507b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)