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 | 逵帷亢 | 111001111001110010011011111001111001100010110100 | e79c9be798b4 |
EUC-JP | 逵帷亢 | 111011011111110011010110111010011101000010110110 | edfcd6e9d0b6 |
UTF-8 | 逵帷亢 | 111010011000000010110101111001011011100010110111111001001011101010100010 | e980b5e5b8b7e4baa2 |
UHC | 逵?亢 | 1101000010110000001111111111100111110001 | d0b03ff9f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)