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 | 制蛟??? | 10010000101001111110010110000000001111110011111100111111 | 90a7e5803f3f3f |
EUC-JP | 制蛟??? | 11000000101010011110100111100000001111110011111100111111 | c0a9e9e03f3f3f |
UTF-8 | 制蛟렱희렰 | 111001011000100010110110111010001001101110011111111010111010000010110001111011011001110110101100111010111010000010110000 | e588b6e89b9feba0b1ed9daceba0b0 |
UHC | 制蛟렱희렰 | 11110000101001001100111011110001100011101011111011001000111100011000111010111101 | f0a4cef18ebec8f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)