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 | 罐合桑讌 | 1110001110100011100011011000011110001100010010111110011010100101 | e3a38d878c4be6a5 |
EUC-JP | 罐合桑讌 | 1110011010100101101110011110011110110111101011001110110010100111 | e6a5b9e7b7aceca7 |
UTF-8 | 罐合桑讌 | 111001111011110110010000111001011001000010001000111001101010000110010001111010001010111010001100 | e7bd90e59088e6a191e8ae8c |
UHC | 罐合桑? | 11001110101110001111100111101010110111111100110100111111 | ceb8f9eadfcd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)