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 | ???I | 00111111001111110011111101001001 | 3f3f3f49 |
SJIS-WIN | 驍頑ыI | 11101001100000101000101011100110100001001000110101001001 | e9828ae6848d49 |
EUC-JP | 驍頑ыI | 11110001111000101011010011101000101001111110110101001001 | f1e2b4e8a7ed49 |
UTF-8 | 驍頑ыI | 111010011010100110001101111010011010000010010001110100011000101101001001 | e9a98de9a091d18b49 |
UHC | 驍頑ыI | 11111101101001001110100011010111101011001110110101001001 | fda4e8d7aced49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)