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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 顫門シ | 1110100011111010100101101110010110111100 | e8fa96e5bc |
EUC-JP | 顫門シ | 111100001111110011001100111001111000111010111100 | f0fccce78ebc |
UTF-8 | 顫門シ | 111010011010000110101011111010011001011010000000111011111011110110111100 | e9a1abe99680efbdbc |
UHC | 顫門? | 1110111110110101110110101010011000111111 | efb5daa63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)