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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 錵結魁豕 | 1110100001000101100011001000101110001010010000001110011010110011 | e8458c8b8a40e6b3 |
EUC-JP | 錵結魁豕 | 1110111110100110101101111110101110110011101000011110110010110101 | efa6b7ebb3a1ecb5 |
UTF-8 | 錵結魁豕 | 111010011000110010110101111001111011010110010000111010011010110110000001111010001011000110010101 | e98cb5e7b590e9ad81e8b195 |
UHC | ?結魁豕 | 00111111110011001011111111001110110110101110001111001110 | 3fccbfcedae3ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)