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 | 壹奉褒 | 100110101110001110010101111100101001011001001010 | 9ae395f2964a |
EUC-JP | 壹奉褒 | 110101001110010111001010111101001100101110101011 | d4e5caf4cbab |
UTF-8 | 壹奉褒 | 111001011010001110111001111001011010010110001001111010001010010010010010 | e5a3b9e5a589e8a492 |
UHC | 壹奉褒 | 111011001110110011011100111001011111100011100110 | ececdce5f8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)