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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?泳 | 001111111000100101101010 | 3f896a |
EUC-JP | ?泳 | 001111111011000111001011 | 3fb1cb |
UTF-8 | 뢎泳 | 111010111010001010001110111001101011001110110011 | eba28ee6b3b3 |
UHC | 뢎泳 | 10001111010010011110011110110110 | 8f49e7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)