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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 業???B | 100010111100011000111111001111110011111101000010 | 8bc63f3f3f42 |
EUC-JP | 業???B | 101101101100100000111111001111110011111101000010 | b6c83f3f3f42 |
UTF-8 | 業녌멥꽦B | 11100110101001011010110111101011100001011000110011101011101010011010010111101010101111011010011001000010 | e6a5adeb858ceba9a5eabda642 |
UHC | 業녌멥꽦B | 111001011111011010000110110000101011100011100011100001001011000101000010 | e5f686c2b8e384b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)