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 | 匙??曖? | 10001101111110100011111100111111100111100100001000111111 | 8dfa3f3f9e423f |
EUC-JP | 匙??曖? | 10111010111111000011111100111111110110111010001100111111 | bafc3f3fdba33f |
UTF-8 | 匙됲뢗曖륂 | 111001011000110010011001111010111001000010110010111010111010001010010111111001101001101110010110111010111010010110000010 | e58c99eb90b2eba297e69b96eba582 |
UHC | 匙됲뢗曖륂 | 11100011101101011000100111101101100011110101001011100100111100101000111111101101 | e3b589ed8f52e4f28fed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)