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 | 爵篝者 | 100011101101110111100010101111101000111011010010 | 8edde2be8ed2 |
EUC-JP | 爵篝者 | 101111001101111111100100110000001011110011010100 | bcdfe4c0bcd4 |
UTF-8 | 爵篝者 | 111001111000100010110101111001111010111110011101111010001000000010000101 | e788b5e7af9de88085 |
UHC | 爵?者 | 1110110111001001001111111110110110111010 | edc93fedba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)