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 | ?楔橈 | 0011111110011110101101101001111011110100 | 3f9eb69ef4 |
EUC-JP | ?楔橈 | 0011111111011100101110001101110011110110 | 3fdcb8dcf6 |
UTF-8 | 뾸楔橈 | 111010111011111010111000111001101010010110010100111001101010100110001000 | ebbeb8e6a594e6a988 |
UHC | 뾸楔橈 | 100101110111101011100000110110111110100011111010 | 977ae0dbe8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)