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 | 壕蛟???? | 1000110110001000111001011000000000111111001111110011111100111111 | 8d88e5803f3f3f3f |
EUC-JP | 壕蛟???? | 1011100111101000111010011110000000111111001111110011111100111111 | b9e8e9e03f3f3f3f |
UTF-8 | 壕蛟렱비렰렟 | 111001011010001110010101111010001001101110011111111010111010000010110001111010111011100110000100111010111010000010110000111010111010000010011111 | e5a395e89b9feba0b1ebb984eba0b0eba09f |
UHC | 壕蛟렱비렰렟 | 111110111011110111001110111100011000111010111110101110101111000110001110101111011000111010110000 | fbbdcef18ebebaf18ebd8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)