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 | 0011111100111111010000010100110101000000001111110011111101000001010011010100000001000010 | 3f3f414d403f3f414d4042 |
SJIS-WIN | ?ェAM@?ェAM@B | 0011111110101010010000010100110101000000001111111010101001000001010011010100000001000010 | 3faa414d403faa414d4042 |
EUC-JP | ?ェAM@?ェAM@B | 00111111100011101010101001000001010011010100000000111111100011101010101001000001010011010100000001000010 | 3f8eaa414d403f8eaa414d4042 |
UTF-8 | 䵸ェAM@䵸ェAM@B | 11100100101101011011100011101111101111011010101001000001010011010100000011100100101101011011100011101111101111011010101001000001010011010100000001000010 | e4b5b8efbdaa414d40e4b5b8efbdaa414d4042 |
UHC | ??AM@??AM@B | 0011111100111111010000010100110101000000001111110011111101000001010011010100000001000010 | 3f3f414d403f3f414d4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)