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 | ??S? | 00111111001111110101001100111111 | 3f3f533f |
SJIS-WIN | 狐?S祭 | 100011001100111100111111010100111000110111010101 | 8ccf3f538dd5 |
EUC-JP | 狐?S祭 | 101110001101000100111111010100111011101011010111 | b8d13f53bad7 |
UTF-8 | 狐렦S祭 | 11100111100010111001000011101011101000001010011001010011111001111010010110101101 | e78b90eba0a653e7a5ad |
UHC | 狐렦S祭 | 11111011110011111000111010110101010100111111000010101110 | fbcf8eb553f0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)