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 | 1001101111101000111001101100011101000111 | 9be8e6c747 |
EUC-JP | 幄貮G | 1101011011101010111011001100100101000111 | d6eaecc947 |
UTF-8 | 幄貮G | 11100101101110011000010011101000101100101010111001000111 | e5b984e8b2ae47 |
UHC | 幄?G | 11100100110000010011111101000111 | e4c13f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)