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 | 10001001100100010011111101000111 | 89913f47 |
EUC-JP | 苑?G | 10110001111100010011111101000111 | b1f13f47 |
UTF-8 | 苑렗G | 11101000100010111001000111101011101000001001011101000111 | e88b91eba09747 |
UHC | 苑렗G | 1110101010111101100011101010110001000111 | eabd8eac47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)