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 | ??k | 001111110011111101101011 | 3f3f6b |
SJIS-WIN | 諧?k | 11100110011111100011111101101011 | e67e3f6b |
EUC-JP | 諧?k | 11101011110111110011111101101011 | ebdf3f6b |
UTF-8 | 諧렚k | 11101000101010111010011111101011101000001001101001101011 | e8aba7eba09a6b |
UHC | 諧렚k | 1111101010110010100011101010110101101011 | fab28ead6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)