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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??里? | 0011111100111111100101111010001000111111 | 3f3f97a23f |
EUC-JP | ??里? | 0011111100111111110011101010010000111111 | 3f3fcea43f |
UTF-8 | 뤶햵里푁 | 111010111010010010110110111011011001011010110101111010011000011110001100111011011001000110000001 | eba4b6ed96b5e9878ced9181 |
UHC | 뤶햵里푁 | 1000111111100100110000011000111011010111111011001011111001001001 | 8fe4c18ed7ecbe49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)