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 | '悉褊 | 111110100101011010001110101110111110010111101101 | fa568ebbe5ed |
EUC-JP | ?悉褊 | 0011111110111100101111011110101011101111 | 3fbcbdeaef |
UTF-8 | '悉褊 | 111011111011110010000111111001101000001010001001111010001010010010001010 | efbc87e68289e8a48a |
UHC | '悉? | 1010001110100111111000111111101000111111 | a3a7e3fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)