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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 鉥?? | 1000111111100011111010000011111100111111 | 8fe3e83f3f |
UTF-8 | 鉥윎욙 | 111010011000100110100101111011001001110010001110111011001001101010011001 | e989a5ec9c8eec9a99 |
UHC | 鉥윎욙 | 111000101111110010011111100101011001111011110100 | e2fc9f959ef4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)