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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 暹盛}暹盛{^ | 1001110111111001100100001011011101111101100111011111100110010000101101110111101101011110 | 9df990b77d9df990b77b5e |
EUC-JP | 暹盛}暹盛{^ | 1101101011111011110000001011100101111101110110101111101111000000101110010111101101011110 | dafbc0b97ddafbc0b97b5e |
UTF-8 | 暹盛}暹盛{^ | 111001101001101010111001111001111001101110011011011111011110011010011010101110011110011110011011100110110111101101011110 | e69ab9e79b9b7de69ab9e79b9b7b5e |
UHC | 暹盛}暹盛{^ | 1110000011100111111000001111110001111101111000001110011111100000111111000111101101011110 | e0e7e0fc7de0e7e0fc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)