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 | ?挑▲ | 0011111110010010101001111000000110100011 | 3f92a781a3 |
EUC-JP | ?挑▲ | 0011111111000100101010011010001010100101 | 3fc4a9a2a5 |
UTF-8 | 뤵挑▲ | 111010111010010010110101111001101000110010010001111000101001011010110010 | eba4b5e68c91e296b2 |
UHC | 뤵挑▲ | 100011111110001111010011111110111010000111100011 | 8fe3d3fba1e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)