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 | ?????y\ | 00111111001111110011111100111111001111110111100101011100 | 3f3f3f3f3f795c |
SJIS-WIN | 嶸??癰?y\ | 111110101011010000111111001111111110000110011110001111110111100101011100 | fab43f3fe19e3f795c |
EUC-JP | 嶸??癰?y\ | 10001111101110111111010000111111001111111110000111111110001111110111100101011100 | 8fbbf43f3fe1fe3f795c |
UTF-8 | 嶸뗩넀癰퀯y\ | 1110010110110110101110001110101110010111101010011110101110000100100000001110011110011001101100001110110110000000101011110111100101011100 | e5b6b8eb97a9eb8480e799b0ed80af795c |
UHC | 嶸뗩넀癰퀯y\ | 111001111010111010001011111010011000011010010000111010001011100110110100010000100111100101011100 | e7ae8be98690e8b9b442795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)