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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鉈オ貊墓シ | 1110011111101011101101011110011010111011100101011110011010111100 | e7ebb5e6bb95e6bc |
EUC-JP | 鉈オ貊墓シ | 11101110111011011000111010110101111011001011110111001010111010001000111010111100 | eeed8eb5ecbdcae88ebc |
UTF-8 | 鉈オ貊墓シ | 111010011000100110001000111011111011110110110101111010001011001010001010111001011010001010010011111011111011110110111100 | e98988efbdb5e8b28ae5a293efbdbc |
UHC | ??貊墓? | 00111111001111111101100011100111110110011101011100111111 | 3f3fd8e7d9d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)