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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 巍猥俎 | 100110111101100111100000110011101001100011010111 | 9bd9e0ce98d7 |
EUC-JP | 巍猥俎 | 110101101101101111100000110100001101000011011001 | d6dbe0d0d0d9 |
UTF-8 | 巍猥俎 | 111001011011011110001101111001111000110010100101111001001011111110001110 | e5b78de78ca5e4bf8e |
UHC | 巍猥俎 | 111010001110010011101000111001011111000010111011 | e8e4e8e5f0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)