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\ | 100010010110100100111111001111111110000110011110001111110111100101011100 | 89693f3fe19e3f795c |
EUC-JP | 永??癰?y\ | 101100011100101000111111001111111110000111111110001111110111100101011100 | b1ca3f3fe1fe3f795c |
UTF-8 | 永쏃넀癰퀯y\ | 1110011010110000101110001110110010001111100000111110101110000100100000001110011110011001101100001110110110000000101011110111100101011100 | e6b0b8ec8f83eb8480e799b0ed80af795c |
UHC | 永쏃넀癰퀯y\ | 111001111011010110011011111010011000011010010000111010001011100110110100010000100111100101011100 | e7b59be98690e8b9b442795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)