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 | 鉥욙룷 | 111010011000100110100101111011001001101010011001111010111010001110110111 | e989a5ec9a99eba3b7 |
UHC | 鉥욙룷 | 111000101111110010011110111101001000111110101100 | e2fc9ef48fac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)