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 | 逕咲亢 | 111001111001010010001101111001111001100010110100 | e7948de798b4 |
EUC-JP | 逕咲亢 | 111011011111010010111010111010011101000010110110 | edf4bae9d0b6 |
UTF-8 | 逕咲亢 | 111010011000000010010101111001011001001010110010111001001011101010100010 | e98095e592b2e4baa2 |
UHC | 逕?亢 | 1100110011101111001111111111100111110001 | ccef3ff9f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)