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 | 癰?}癰?{^ | 111000011001111000111111011111011110000110011110001111110111101101011110 | e19e3f7de19e3f7b5e |
EUC-JP | 癰?}癰?{^ | 111000011111111000111111011111011110000111111110001111110111101101011110 | e1fe3f7de1fe3f7b5e |
UTF-8 | 癰뗃}癰뗃{^ | 111001111001100110110000111010111001011110000011011111011110011110011001101100001110101110010111100000110111101101011110 | e799b0eb97837de799b0eb97837b5e |
UHC | 癰뗃}癰뗃{^ | 1110100010111001100010111100101001111101111010001011100110001011110010100111101101011110 | e8b98bca7de8b98bca7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)