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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 轜句ず羣 | 1110011101111110100010111110010110000010101110001110001110111000 | e77e8be582b8e3b8 |
EUC-JP | 轜句ず羣 | 1110110111011111101101101110011110100100101110101110011010111010 | eddfb6e7a4bae6ba |
UTF-8 | 轜句ず羣 | 111010001011110110011100111001011000111110100101111000111000000110011010111001111011111010100011 | e8bd9ce58fa5e3819ae7bea3 |
UHC | ?句ず? | 001111111100111110100011101010101011101000111111 | 3fcfa3aaba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)