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 | ??M@??M@B | 001111110011111101001101010000000011111100111111010011010100000001000010 | 3f3f4d403f3f4d4042 |
SJIS-WIN | ??M@??M@B | 001111110011111101001101010000000011111100111111010011010100000001000010 | 3f3f4d403f3f4d4042 |
EUC-JP | ??M@??M@B | 001111110011111101001101010000000011111100111111010011010100000001000010 | 3f3f4d403f3f4d4042 |
UTF-8 | 뭊묪M@뭊묪M@B | 1110101110101101100010101110101110101100101010100100110101000000111010111010110110001010111010111010110010101010010011010100000001000010 | ebad8aebacaa4d40ebad8aebacaa4d4042 |
UHC | 뭊묪M@뭊묪M@B | 10010010010101011001001001000010010011010100000010010010010101011001001001000010010011010100000001000010 | 925592424d40925592424d4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)