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 R´ | 1001001001010000100100011010000010010010010100101001000110110100 | 925091a0925291b4 |
SJIS-WIN | ?P???R?´ | 001111110101000000111111001111110011111101010010001111111000000101001100 | 3f503f3f3f523f814c |
EUC-JP | ?P???R?´ | 001111110101000000111111001111110011111101010010001111111010000110101101 | 3f503f3f3f523fa1ad |
UTF-8 | P R´ | 1100001010010010010100001100001010010001110000101010000011000010100100100101001011000010100100011100001010110100 | c29250c291c2a0c29252c291c2b4 |
UHC | ?P???R?´ | 001111110101000000111111001111110011111101010010001111111010001010100101 | 3f503f3f3f523fa2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)