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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鐔主荻 | 111010000101110010001110111001011000100110101100 | e85c8ee589ac |
EUC-JP | 鐔主荻 | 111011111011110110111100111001111011001010101110 | efbdbce7b2ae |
UTF-8 | 鐔主荻 | 111010011001000010010100111001001011100010111011111010001000110110111011 | e99094e4b8bbe88dbb |
UHC | ?主荻 | 0011111111110001101010111110111011100010 | 3ff1abeee2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)