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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 蛭??B | 1001010101100111001111110011111101000010 | 95673f3f42 |
EUC-JP | 蛭??B | 1100100111001000001111110011111101000010 | c9c83f3f42 |
UTF-8 | 蛭롛롚B | 11101000100110111010110111101011101000011001101111101011101000011001101001000010 | e89badeba19beba19a42 |
UHC | 蛭롛롚B | 11110010111101001000111011011111100011101101111001000010 | f2f48edf8ede42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)