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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 鄙“\ | 1110011110111111100000010110011101011100 | e7bf81675c |
EUC-JP | 鄙“\ | 1110111011000001101000011100100001011100 | eec1a1c85c |
UTF-8 | 鄙“\ | 11101001100001001001100111100010100000001001110001011100 | e98499e2809c5c |
UHC | 鄙“\ | 1101111010101001101000011011000001011100 | dea9a1b05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)