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 | 澱???袁 | 10010011011000100011111100111111001111111110010111001101 | 93623f3f3fe5cd |
EUC-JP | 澱?雩?袁 | 110001011100001100111111100011111110011011111010001111111110101011001111 | c5c33f8fe6fa3feacf |
UTF-8 | 澱렮雩렭袁 | 111001101011111010110001111010111010000010101110111010011001101110101001111010111010000010101101111010001010001010000001 | e6beb1eba0aee99ba9eba0ade8a281 |
UHC | 澱렮雩렭袁 | 11101110111111101000111010111011111010011110110010001110101110101110101010111110 | eefe8ebbe9ec8ebaeabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)