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 | 陳??? | 1001001011000010001111110011111100111111 | 92c23f3f3f |
EUC-JP | 陳??? | 1100010011000100001111110011111100111111 | c4c43f3f3f |
UTF-8 | 陳렎戶렜 | 111010011001100110110011111010111010000010001110111001101000100010110110111010111010000010011100 | e999b3eba08ee688b6eba09c |
UHC | 陳렎戶렜 | 1111001011100111100011101010010011111011110000101000111010101110 | f2e78ea4fbc28eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)