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 | ?盞寡 | 0011111111100001101101011000100111000111 | 3fe1b589c7 |
EUC-JP | ?盞寡 | 0011111111100010101101111011001011001001 | 3fe2b7b2c9 |
UTF-8 | 뤳盞寡 | 111010111010010010110011111001111001101110011110111001011010111110100001 | eba4b3e79b9ee5afa1 |
UHC | 뤳盞寡 | 100011111110000111101101110100111100110111111011 | 8fe1edd3cdfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)