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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 喇隴蝋扠 | 1001101001101000111010001010110110011000010110001001110101001100 | 9a68e8ad98589d4c |
EUC-JP | 喇隴蝋扠 | 1101001111001001111100001010111111001111101110011101100110101101 | d3c9f0afcfb9d9ad |
UTF-8 | 喇隴蝋扠 | 111001011001011010000111111010011001101010110100111010001001110110001011111001101000100110100000 | e59687e99ab4e89d8be689a0 |
UHC | 喇??? | 1101010011111010001111110011111100111111 | d4fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)