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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 舌?B | 10010000111000110011111101000010 | 90e33f42 |
EUC-JP | 舌?B | 11000000111001010011111101000010 | c0e53f42 |
UTF-8 | 舌윲B | 11101000100010001000110011101100100111001011001001000010 | e8888cec9cb242 |
UHC | 舌윲B | 1110000011011111100111111010111101000010 | e0df9faf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)