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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 絲楮B | 1110001101001110100111101011100001000010 | e34e9eb842 |
EUC-JP | 絲楮B | 1110010110101111110111001011101001000010 | e5afdcba42 |
UTF-8 | 絲楮B | 11100111101101011011001011100110101001011010111001000010 | e7b5b2e6a5ae42 |
UHC | 絲楮B | 1101111011101010111011101011111101000010 | deeaeebf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)