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 | 操?禎??? | 1001000110000000001111111001001011110101001111110011111100111111 | 91803f92f53f3f3f |
EUC-JP | 操?禎??? | 1100000111100000001111111100010011110111001111110011111100111111 | c1e03fc4f73f3f3f |
UTF-8 | 操렯禎렏렿렔 | 111001101001001110001101111010111010000010101111111001111010011010001110111010111010000010001111111010111010000010111111111010111010000010010100 | e6938deba0afe7a68eeba08feba0bfeba094 |
UHC | 操렯禎렏렿렔 | 111100001100001110001110101111001110111111101110100011101010010110001110110001111000111010101001 | f0c38ebcefee8ea58ec78ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)