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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ??榥 | 0011111100111111100011111100010011011011 | 3f3f8fc4db |
UTF-8 | 뤶삑榥 | 111010111010010010110110111011001000001010010001111001101010011010100101 | eba4b6ec8291e6a6a5 |
UHC | 뤶삑榥 | 100011111110010010111011111000001111110011001110 | 8fe4bbe0fcce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)