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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 瀛?瀛?B | 11100000011010010011111111100000011010010011111101000010 | e0693fe0693f42 |
EUC-JP | 瀛?瀛?B | 11011111110010100011111111011111110010100011111101000010 | dfca3fdfca3f42 |
UTF-8 | 瀛뻟瀛뻟B | 11100111100000001001101111101011101110111001111111100111100000001001101111101011101110111001111101000010 | e7809bebbb9fe7809bebbb9f42 |
UHC | 瀛뻟瀛뻟B | 111001111011101010010110011010011110011110111010100101100110100101000010 | e7ba9669e7ba966942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)