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 | 10010000011001110011111110010000011001110011111101000010 | 90673f90673f42 |
EUC-JP | 身?身?B | 10111111110010000011111110111111110010000011111101000010 | bfc83fbfc83f42 |
UTF-8 | 身렄身렄B | 11101000101110101010101111101011101000001000010011101000101110101010101111101011101000001000010001000010 | e8baabeba084e8baabeba08442 |
UHC | 身렄身렄B | 111000111111001110001110100111101110001111110011100011101001111001000010 | e3f38e9ee3f38e9e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)