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 | 1001111101111011100110100101100001000111 | 9f7b9a5847 |
EUC-JP | 毬唸G | 1101110111011100110100111011100101000111 | dddcd3b947 |
UTF-8 | 毬唸G | 11100110101011111010110011100101100101001011100001000111 | e6aface594b847 |
UHC | 毬?G | 11001111101100110011111101000111 | cfb33f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)