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 | 堊???? | 100110101011111100111111001111110011111100111111 | 9abf3f3f3f3f |
EUC-JP | 堊???? | 110101001100000100111111001111110011111100111111 | d4c13f3f3f3f |
UTF-8 | 堊꾨젷溜뛄 | 111001011010000010001010111010101011111010101000111011001010000010110111111011111010011110001011111010111001101110000100 | e5a08aeabea8eca0b7efa78beb9b84 |
UHC | 堊꾨젷溜뛄 | 11100100101111101000010011101011101000001010101111101010111111101000110101000010 | e4be84eba0abeafe8d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)