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 | 妊冪 | 10010100010001001001100101110000 | 94449970 |
EUC-JP | 妊冪 | 11000111101001011101000111010001 | c7a5d1d1 |
UTF-8 | 妊冪 | 111001011010011010001010111001011000011010101010 | e5a68ae586aa |
UHC | 妊冪 | 11101100111101001101100011110001 | ecf4d8f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)