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 | 旭?畯?? | 10001000101011100011111111111011011011110011111100111111 | 88ae3ffb6f3f3f |
EUC-JP | 旭?畯?? | 1011000010110000001111111000111111001101101110110011111100111111 | b0b03f8fcdbb3f3f |
UTF-8 | 旭렔畯흔뱌 | 111001101001011110101101111010111010000010010100111001111001010110101111111011011001110110010100111010111011000110001100 | e697adeba094e795afed9d94ebb18c |
UHC | 旭렔畯흔뱌 | 11101001111011111000111010101001111100011110000111001000111001111011100111110010 | e9ef8ea9f1e1c8e7b9f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)