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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 裳加堰 | 100011111101011010001001110000011000100110000001 | 8fd689c18981 |
EUC-JP | 裳加堰 | 101111101101100010110010110000111011000111100001 | bed8b2c3b1e1 |
UTF-8 | 裳加堰 | 111010001010001110110011111001011000101010100000111001011010000010110000 | e8a3b3e58aa0e5a0b0 |
UHC | 裳加堰 | 110111111101011111001010101001011110010111101000 | dfd7caa5e5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)