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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 申??B | 1001000001011100001111110011111101000010 | 905c3f3f42 |
EUC-JP | 申??B | 1011111110111101001111110011111101000010 | bfbd3f3f42 |
UTF-8 | 申뚦돮B | 11100111100101001011001111101011100110101010011011101011100011111010111001000010 | e794b3eb9aa6eb8fae42 |
UHC | 申뚦돮B | 11100011111010011000110011100101100010011011000101000010 | e3e98ce589b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)