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 | í§}í©U | 1110110110011000101001110111110111101101100110001010100101010101 | ed98a77ded98a955 |
SJIS-WIN | ??§}???U | 001111110011111110000001100110000111110100111111001111110011111101010101 | 3f3f81987d3f3f3f55 |
EUC-JP | í?§}í?©U | 100011111010101110111111001111111010000111111000011111011000111110101011101111110011111110001111101000101110110101010101 | 8fabbf3fa1f87d8fabbf3f8fa2ed55 |
UTF-8 | í§}í©U | 1100001110101101110000101001100011000010101001110111110111000011101011011100001010011000110000101010100101010101 | c3adc298c2a77dc3adc298c2a955 |
UHC | ??§}???U | 001111110011111110100001110101110111110100111111001111110011111101010101 | 3f3fa1d77d3f3f3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)