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 | 揄? | 100111011000100100111111 | 9d893f |
EUC-JP | 揄? | 110110011110100100111111 | d9e93f |
UTF-8 | 揄튩 | 111001101000111110000100111011011000101010101001 | e68f84ed8aa9 |
UHC | 揄튩 | 11101010111100011011101001010111 | eaf1ba57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)