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 | 1110011110000101100011000111110101000010 | e7858c7d42 |
EUC-JP | 辣迎B | 1110110111100101101101111101111001000010 | ede5b7de42 |
UTF-8 | 辣迎B | 11101000101111101010001111101000101111111000111001000010 | e8bea3e8bf8e42 |
UHC | 辣迎B | 1101010110111000111001111100101001000010 | d5b8e7ca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)