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 | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 牋猴犹G | 11100000101011101110000011001011111000001011100101000111 | e0aee0cbe0b947 |
EUC-JP | 牋猴犹G | 11100000101100001110000011001101111000001011101101000111 | e0b0e0cde0bb47 |
UTF-8 | 牋猴犹G | 11100111100010011000101111100111100011001011010011100111100010101011100101000111 | e7898be78cb4e78ab947 |
UHC | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)