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 | ?G?Z??V | 00111111010001110011111101011010001111110011111101010110 | 3f473f5a3f3f56 |
SJIS-WIN | ?G?Z??V | 00111111010001110011111101011010001111110011111101010110 | 3f473f5a3f3f56 |
EUC-JP | ?G?Z??V | 00111111010001110011111101011010001111110011111101010110 | 3f473f5a3f3f56 |
UTF-8 | 혪G혪Z혩짝V | 111011011001100010101010010001111110110110011000101010100101101011101101100110001010100111101100101001111001110101010110 | ed98aa47ed98aa5aed98a9eca79d56 |
UHC | 혪G혪Z혩짝V | 1100001010010010010001111100001010010010010110101100001010010001110000101010011001010110 | c29247c2925ac291c2a656 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)