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 | 1001000010101100111000001100110101010000 | 90ace0cd50 |
SJIS-WIN | ?¬??P | 001111111000000111001010001111110011111101010000 | 3f81ca3f3f50 |
EUC-JP | ?¬àÍP | 00111111101000101100110010001111101010111010001010001111101010101011111101010000 | 3fa2cc8faba28faabf50 |
UTF-8 | ¬àÍP | 110000101001000011000010101011001100001110100000110000111000110101010000 | c290c2acc3a0c38d50 |
UHC | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)