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 | 顋贊顫 | 111010001111100111100110110100111110100011111010 | e8f9e6d3e8fa |
EUC-JP | 顋贊顫 | 111100001111101111101100110101011111000011111100 | f0fbecd5f0fc |
UTF-8 | 顋贊顫 | 111010011010000110001011111010001011010010001010111010011010000110101011 | e9a18be8b48ae9a1ab |
UHC | ?贊顫 | 0011111111110011110001111110111110110101 | 3ff3c7efb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)