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? | 001111110101000000111111 | 3f503f |
SJIS-WIN | ?P矮 | 00111111010100001110000111100010 | 3f50e1e2 |
EUC-JP | ?P矮 | 00111111010100001110001011100100 | 3f50e2e4 |
UTF-8 | 숷P矮 | 11101100100010001011011101010000111001111001111110101110 | ec88b750e79fae |
UHC | 숷P矮 | 1001101001001100010100001110100011100001 | 9a4c50e8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)