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 | PP^ | 100100010101000010001001100110111001000101010000100010011001101101011110 | 9150899b9150899b5e |
SJIS-WIN | ?P???P??^ | 001111110101000000111111001111110011111101010000001111110011111101011110 | 3f503f3f3f503f3f5e |
EUC-JP | ?P???P??^ | 001111110101000000111111001111110011111101010000001111110011111101011110 | 3f503f3f3f503f3f5e |
UTF-8 | PP^ | 110000101001000101010000110000101000100111000010100110111100001010010001010100001100001010001001110000101001101101011110 | c29150c289c29bc29150c289c29b5e |
UHC | ?P???P??^ | 001111110101000000111111001111110011111101010000001111110011111101011110 | 3f503f3f3f503f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)