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 | 1110101110100000101110111110101110100000100010110100110101000000111010111010000010111011111010111010000010001011010011010100000001000010 | eba0bbeba08b4d40eba0bbeba08b4d4042 |
UHC | 렻렋M@렻렋M@B | 10001110110000111000111010100010010011010100000010001110110000111000111010100010010011010100000001000010 | 8ec38ea24d408ec38ea24d4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)