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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 業??魏? | 10001011110001100011111100111111111010011011000000111111 | 8bc63f3fe9b03f |
EUC-JP | 業??魏? | 10110110110010000011111100111111111100101011001000111111 | b6c83f3ff2b23f |
UTF-8 | 業좊떵魏쵢 | 111001101010010110101101111011001010001010001010111010111001011010110101111010011010110110001111111011001011010110100010 | e6a5adeca28aeb96b5e9ad8fecb5a2 |
UHC | 業좊떵魏쵢 | 11100101111101101010000011101011101101101011101011101010111000001010110101000010 | e5f6a0ebb6baeae0ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)