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 | 畏???? | 100010001101100000111111001111110011111100111111 | 88d83f3f3f3f |
EUC-JP | 畏??堉? | 1011000011011010001111110011111110001111101101111111110100111111 | b0da3f3f8fb7fd3f |
UTF-8 | 畏븐뜴堉뺹 | 111001111001010110001111111010111011100010010000111010111001110010110100111001011010000010001001111010111011101010111001 | e7958febb890eb9cb4e5a089ebbab9 |
UHC | 畏븐뜴堉뺹 | 11101000111001101011101011101100100011011011001011101011101111001001011001000010 | e8e6baec8db2ebbc9642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)