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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??億?只 | 00111111001111111000100110101101001111111001000111111100 | 3f3f89ad3f91fc |
EUC-JP | ??億?只 | 00111111001111111011001010101111001111111100001011111110 | 3f3fb2af3fc2fe |
UTF-8 | 易렕億쇱只 | 111011111010011110100000111010111010000010010101111001011000010010000100111011001000011110110001111001011000111110101010 | efa7a0eba095e58484ec87b1e58faa |
UHC | 易렕億쇱只 | 11101100101011111000111010101010111001011110001010111100111011001111000111111110 | ecaf8eaae5e2bcecf1fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)