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 | 罌?=寃? | 1110001110100000001111111000000110000001100110111000001100111111 | e3a03f81819b833f |
EUC-JP | 罌?=寃? | 1110011010100010001111111010000111100001110101011110001100111111 | e6a23fa1e1d5e33f |
UTF-8 | 罌삳=寃쩈 | 111001111011110110001100111011001000001010110011111011111011110010011101111001011010111110000011111011001010100110001000 | e7bd8cec82b3efbc9de5af83eca988 |
UHC | 罌삳=寃쩈 | 11100101101000101011101111101011101000111011110111101010101100101010010101000010 | e5a2bbeba3bdeab2a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)