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 | ?AM@?AM@B | 001111110100000101001101010000000011111101000001010011010100000001000010 | 3f414d403f414d4042 |
SJIS-WIN | ?AM@?AM@B | 001111110100000101001101010000000011111101000001010011010100000001000010 | 3f414d403f414d4042 |
EUC-JP | ?AM@?AM@B | 001111110100000101001101010000000011111101000001010011010100000001000010 | 3f414d403f414d4042 |
UTF-8 | 혪AM@혪AM@B | 11101101100110001010101001000001010011010100000011101101100110001010101001000001010011010100000001000010 | ed98aa414d40ed98aa414d4042 |
UHC | 혪AM@혪AM@B | 1100001010010010010000010100110101000000110000101001001001000001010011010100000001000010 | c292414d40c292414d4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)