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 | 銜ケ閧イ褥 | 1110011111110000101110011110100010000010101100101110010111110001 | e7f0b9e882b2e5f1 |
EUC-JP | 銜ケ閧イ褥 | 11101110111100101000111010111001111011111110001010001110101100101110101011110011 | eef28eb9efe28eb2eaf3 |
UTF-8 | 銜ケ閧イ褥 | 111010011000101010011100111011111011110110111001111010011001011010100111111011111011110110110010111010001010010010100101 | e98a9cefbdb9e996a7efbdb2e8a4a5 |
UHC | 銜???褥 | 11111001111001110011111100111111001111111110100110110011 | f9e73f3f3fe9b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)