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??mB | 00111111001111110110110100111111001111110110110101000010 | 3f3f6d3f3f6d42 |
SJIS-WIN | ??m??mB | 00111111001111110110110100111111001111110110110101000010 | 3f3f6d3f3f6d42 |
EUC-JP | ??m??mB | 00111111001111110110110100111111001111110110110101000010 | 3f3f6d3f3f6d42 |
UTF-8 | 앞렜m앞렜mB | 111011001001010110011110111010111010000010011100011011011110110010010101100111101110101110100000100111000110110101000010 | ec959eeba09c6dec959eeba09c6d42 |
UHC | 앞렜m앞렜mB | 1011111011010101100011101010111001101101101111101101010110001110101011100110110101000010 | bed58eae6dbed58eae6d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)