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 | 10011101100010100011111101000111 | 9d8a3f47 |
EUC-JP | 搖?G | 11011001111010100011111101000111 | d9ea3f47 |
UTF-8 | 搖렪G | 11100110100100001001011011101011101000001010101001000111 | e69096eba0aa47 |
UHC | 搖렪G | 1110100011110100100011101011100001000111 | e8f48eb847 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)