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 | 癌鮮^ | 1000101011100000100100010100111001011110 | 8ae0914e5e |
EUC-JP | 癌鮮^ | 1011010011100010110000011010111101011110 | b4e2c1af5e |
UTF-8 | 癌鮮^ | 11100111100110011000110011101001101011101010111001011110 | e7998ce9aeae5e |
UHC | 癌鮮^ | 1110010011011111111000001101100001011110 | e4dfe0d85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)