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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陦榊供縲 | 1110100010100001100011011110010110001011100111111110001110000000 | e8a18de58b9fe380 |
EUC-JP | 陦榊供縲 | 1111000010100011101110101110011110110110101000011110010111100000 | f0a3bae7b6a1e5e0 |
UTF-8 | 陦榊供縲 | 111010011001100110100110111001101010011010001010111001001011111010011011111001111011100010110010 | e999a6e6a68ae4be9be7b8b2 |
UHC | ??供? | 0011111100111111110011011110101000111111 | 3f3fcdea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)