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 | ?w???w | 001111110111011100111111001111110011111101110111 | 3f773f3f3f77 |
SJIS-WIN | ?w???w | 001111110111011100111111001111110011111101110111 | 3f773f3f3f77 |
EUC-JP | ?w???w | 001111110111011100111111001111110011111101110111 | 3f773f3f3f77 |
UTF-8 | 횪w횪챵횪w | 1110110110011010101010100111011111101101100110101010101011101100101100011011010111101101100110101010101001110111 | ed9aaa77ed9aaaecb1b5ed9aaa77 |
UHC | 횪w횪챵횪w | 11000011101000000111011111000011101000001100001110110010110000111010000001110111 | c3a077c3a0c3b2c3a077 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)