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 | 鉐ケ菴ッ | 111001111110111110111001111001001011110110101111 | e7efb9e4bdaf |
EUC-JP | 鉐ケ菴ッ | 1110111011110001100011101011100111101000101111111000111010101111 | eef18eb9e8bf8eaf |
UTF-8 | 鉐ケ菴ッ | 111010011000100110010000111011111011110110111001111010001000111110110100111011111011110110101111 | e98990efbdb9e88fb4efbdaf |
UHC | ??菴? | 0011111100111111111001001110000000111111 | 3f3fe4e03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)