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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蠖ケ奛イ | 111001011011110110111001111110101010000110110010 | e5bdb9faa1b2 |
EUC-JP | 蠖ケ奛イ | 111010101011111110001110101110011000111110111000111101111000111010110010 | eabf8eb98fb8f78eb2 |
UTF-8 | 蠖ケ奛イ | 111010001010000010010110111011111011110110111001111001011010010110011011111011111011110110110010 | e8a096efbdb9e5a59befbdb2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)