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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 形ε?辱? | 1000110001100000100000111100001100111111100100000100101000111111 | 8c6083c33f904a3f |
EUC-JP | 形ε?辱? | 1011011111000001101001101100010100111111101111111010101100111111 | b7c1a6c53fbfab3f |
UTF-8 | 形ε쳣辱뺧 | 1110010110111101101000101100111010110101111011001011001110100011111010001011111010110001111010111011101010100111 | e5bda2ceb5ecb3a3e8beb1ebbaa7 |
UHC | 形ε쳣辱뺧 | 11111011101000011010010111100101101010111000100111101001101101001001010111101111 | fba1a5e5ab89e9b495ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)