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 | ??檍?? | 001111110011111110011110111110000011111100111111 | 3f3f9ef83f3f |
EUC-JP | 邕?檍?? | 1000111111100001111011010011111111011100111110100011111100111111 | 8fe1ed3fdcfa3f3f |
UTF-8 | 邕렢檍렰뤋 | 111010011000001010010101111010111010000010100010111001101010101010001101111010111010000010110000111010111010010010001011 | e98295eba0a2e6aa8deba0b0eba48b |
UHC | 邕렢檍렰뤋 | 11101000101110111000111010110011111001011110010110001110101111011000111110111011 | e8bb8eb3e5e58ebd8fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)