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 | ?????@\ | 00111111001111110011111100111111001111110100000001011100 | 3f3f3f3f3f405c |
SJIS-WIN | セ゚車シヲ@\ | 1011111011011111100011101101010010111100101001100100000001011100 | bedf8ed4bca6405c |
EUC-JP | セ゚車シヲ@\ | 100011101011111010001110110111111011110011010110100011101011110010001110101001100100000001011100 | 8ebe8edfbcd68ebc8ea6405c |
UTF-8 | セ゚車シヲ@\ | 1110111110111101101111101110111110111110100111111110100010111011100010101110111110111101101111001110111110111101101001100100000001011100 | efbdbeefbe9fe8bb8aefbdbcefbda6405c |
UHC | ??車??@\ | 0011111100111111111100111011001100111111001111110100000001011100 | 3f3ff3b33f3f405c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)