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 | 廛竇? | 1001110001000100111000101000010100111111 | 9c44e2853f |
EUC-JP | 廛竇? | 1101011110100101111000111110010100111111 | d7a5e3e53f |
UTF-8 | 廛竇협 | 111001011011101110011011111001111010101110000111111011011001100010010001 | e5bb9be7ab87ed9891 |
UHC | 廛竇협 | 111011101111100011010100111001001100011111111001 | eef8d4e4c7f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)