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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陳?彫 | 1001001011000010001111111001001010100100 | 92c23f92a4 |
EUC-JP | 陳?彫 | 1100010011000100001111111100010010100110 | c4c43fc4a6 |
UTF-8 | 陳섕彫 | 111010011001100110110011111011001000010010010101111001011011110110101011 | e999b3ec8495e5bdab |
UHC | 陳섕彫 | 111100101110011110111100101011001111000011000001 | f2e7bcacf0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)