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 | 廛綺? | 1001110001000100111000110101100100111111 | 9c44e3593f |
EUC-JP | 廛綺? | 1101011110100101111001011011101000111111 | d7a5e5ba3f |
UTF-8 | 廛綺츤 | 111001011011101110011011111001111011011010111010111011001011100010100100 | e5bb9be7b6baecb8a4 |
UHC | 廛綺츤 | 111011101111100011010001101110111100001111111001 | eef8d1bbc3f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)