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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 業?耀 | 1000101111000110001111111001011101110011 | 8bc63f9773 |
EUC-JP | 業?耀 | 1011011011001000001111111100110111010100 | b6c83fcdd4 |
UTF-8 | 業봑耀 | 111001101010010110101101111010111011010010010001111010001000000010000000 | e6a5adebb491e88080 |
UHC | 業봑耀 | 111001011111011010010100010011111110100110100101 | e5f6944fe9a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)