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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 絲宸^ | 1110001101001110100110111000001001011110 | e34e9b825e |
EUC-JP | 絲宸^ | 1110010110101111110101011110001001011110 | e5afd5e25e |
UTF-8 | 絲宸^ | 11100111101101011011001011100101101011101011100001011110 | e7b5b2e5aeb85e |
UHC | 絲宸^ | 1101111011101010111000111110010001011110 | deeae3e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)