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 | 郤主荻 | 111001111011101010001110111001011000100110101100 | e7ba8ee589ac |
EUC-JP | 郤主荻 | 111011101011110010111100111001111011001010101110 | eebcbce7b2ae |
UTF-8 | 郤主荻 | 111010011000001110100100111001001011100010111011111010001000110110111011 | e983a4e4b8bbe88dbb |
UHC | ?主荻 | 0011111111110001101010111110111011100010 | 3ff1abeee2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)