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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 陽哺 | 10010111011110101001101001001101 | 977a9a4d |
EUC-JP | 陽哺 | 11001101110110111101001110101110 | cddbd3ae |
UTF-8 | 陽哺 | 111010011001100110111101111001011001001110111010 | e999bde593ba |
UHC | 陽哺 | 11100101110101011111100011010100 | e5d5f8d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)