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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 壕蠱 | 10001101100010001110010111000001 | 8d88e5c1 |
EUC-JP | 壕蠱 | 10111001111010001110101011000011 | b9e8eac3 |
UTF-8 | 壕蠱 | 111001011010001110010101111010001010000010110001 | e5a395e8a0b1 |
UHC | 壕蠱 | 11111011101111011100110111001100 | fbbdcdcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)