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 | 揄튧 | 111001101000111110000100111011011000101010100111 | e68f84ed8aa7 |
UHC | 揄튧 | 11101010111100011011101001010101 | eaf1ba55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)