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 | 10001111101011000011111101000010 | 8fac3f42 |
EUC-JP | 小炤B | 101111101010111010001111110010011101001001000010 | beae8fc9d242 |
UTF-8 | 小炤B | 11100101101100001000111111100111100000101010010001000010 | e5b08fe782a442 |
UHC | 小炤B | 1110000110110011111000011011111101000010 | e1b3e1bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)