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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 妊懶 | 10010100010001001001110011101111 | 94449cef |
EUC-JP | 妊懶 | 11000111101001011101100011110001 | c7a5d8f1 |
UTF-8 | 妊懶 | 111001011010011010001010111001101000011110110110 | e5a68ae687b6 |
UHC | 妊懶 | 11101100111101001101010011111011 | ecf4d4fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)