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 | 湲?? | 10011111110100010011111100111111 | 9fd13f3f |
EUC-JP | 湲?? | 11011110110100110011111100111111 | ded33f3f |
UTF-8 | 湲꾦쉫 | 111001101011100110110010111010101011111010100110111011001000100110101011 | e6b9b2eabea6ec89ab |
UHC | 湲꾦쉫 | 111010101011100010000100111010011001101010000101 | eab884e99a85 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)