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 | 陳???? | 100100101100001000111111001111110011111100111111 | 92c23f3f3f3f |
EUC-JP | 陳???? | 110001001100010000111111001111110011111100111111 | c4c43f3f3f3f |
UTF-8 | 陳렎戶렜롒 | 111010011001100110110011111010111010000010001110111001101000100010110110111010111010000010011100111010111010000110010010 | e999b3eba08ee688b6eba09ceba192 |
UHC | 陳렎戶렜롒 | 11110010111001111000111010100100111110111100001010001110101011101000111011010111 | f2e78ea4fbc28eae8ed7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)