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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 耀??儼?ⅱ | 100101110111001100111111001111111001100101010110001111111111101001000001 | 97733f3f99563ffa41 |
EUC-JP | 耀??儼?? | 1100110111010100001111110011111111010001101101110011111100111111 | cdd43f3fd1b73f3f |
UTF-8 | 耀뷂쪔儼싨ⅱ | 111010001000000010000000111010111011011110000010111011001010101010010100111001011000010010111100111011001000101110101000111000101000010110110001 | e88080ebb782ecaa94e584bcec8ba8e285b1 |
UHC | 耀뷂쪔儼싨ⅱ | 111010011010010110010100111011111010010110001110111001011111000010011010111001101010010110100010 | e9a594efa58ee5f09ae6a5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)