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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ?盼? | 0011111110001111110011101101100100111111 | 3f8fced93f |
UTF-8 | 썬盼썬 | 111011001000110110101100111001111001101110111100111011001000110110101100 | ec8dace79bbcec8dac |
UHC | 썬盼썬 | 101111011110001111011010111100001011110111100011 | bde3daf0bde3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)