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þC¶ | 1001001001010000100100011111111010010010010000111001000110110110 | 925091fe924391b6 |
SJIS-WIN | ?P???C?¶ | 001111110101000000111111001111110011111101000011001111111000000111110111 | 3f503f3f3f433f81f7 |
EUC-JP | ?P?þ?C?¶ | 0011111101010000001111111000111110101001110100000011111101000011001111111010001011111001 | 3f503f8fa9d03f433fa2f9 |
UTF-8 | PþC¶ | 1100001010010010010100001100001010010001110000111011111011000010100100100100001111000010100100011100001010110110 | c29250c291c3bec29243c291c2b6 |
UHC | ?P?þ?C?¶ | 00111111010100000011111110101001101011010011111101000011001111111010001011010010 | 3f503fa9ad3f433fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)