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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 螟夊∮] | 11100101101001001001101011101000100001111001001101011101 | e5a49ae887935d |
EUC-JP | 螟夊?] | 111010101010011011010100111010100011111101011101 | eaa6d4ea3f5d |
UTF-8 | 螟夊∮] | 11101000100111101001111111100101101001001000101011100010100010001010111001011101 | e89e9fe5a48ae288ae5d |
UHC | 螟?∮] | 110110011010110100111111101000101011000101011101 | d9ad3fa2b15d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)