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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 鶯?G | 11101001111100100011111101000111 | e9f23f47 |
EUC-JP | 鶯?G | 11110010111101000011111101000111 | f2f43f47 |
UTF-8 | 鶯뱕G | 11101001101101101010111111101011101100011001010101000111 | e9b6afebb19547 |
UHC | 鶯뱕G | 1110010110100011100100110111011001000111 | e5a3937647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)