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@B | 001111110011111100111111010011010100000001000010 | 3f3f3f4d4042 |
SJIS-WIN | 臟??M@B | 11100100011001100011111100111111010011010100000001000010 | e4663f3f4d4042 |
EUC-JP | 臟??M@B | 11100111110001110011111100111111010011010100000001000010 | e7c73f3f4d4042 |
UTF-8 | 臟딈뱵M@B | 111010001000011110011111111010111001010010001000111010111011000110110101010011010100000001000010 | e8879feb9488ebb1b54d4042 |
UHC | 臟딈뱵M@B | 111011011111010010001010111011101001001110011011010011010100000001000010 | edf48aee939b4d4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)