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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 肢?肢?B | 10001110100010000011111110001110100010000011111101000010 | 8e883f8e883f42 |
EUC-JP | 肢?肢?B | 10111011111010000011111110111011111010000011111101000010 | bbe83fbbe83f42 |
UTF-8 | 肢렱肢렱B | 11101000100000101010001011101011101000001011000111101000100000101010001011101011101000001011000101000010 | e882a2eba0b1e882a2eba0b142 |
UHC | 肢렱肢렱B | 111100101011011010001110101111101111001010110110100011101011111001000010 | f2b68ebef2b68ebe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)