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@h | 1101001110111001010100000100000001101000 | d3b9504068 |
SJIS-WIN | ??P@h | 0011111100111111010100000100000001101000 | 3f3f504068 |
EUC-JP | Ó?P@h | 10001111101010101101000100111111010100000100000001101000 | 8faad13f504068 |
UTF-8 | Ó¹P@h | 11000011100100111100001010111001010100000100000001101000 | c393c2b9504068 |
UHC | ?¹P@h | 001111111010100111110110010100000100000001101000 | 3fa9f6504068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)