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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 爭脛?鞨 | 11100000101001011110001111111000001111111110100011100000 | e0a5e3f83fe8e0 |
EUC-JP | 爭脛?鞨 | 11100000101001111110011011111010001111111111000011100010 | e0a7e6fa3ff0e2 |
UTF-8 | 爭脛렒鞨 | 111001111000100010101101111010001000010010011011111010111010000010010010111010011001111010101000 | e788ade8849beba092e99ea8 |
UHC | 爭脛렒鞨 | 1110111010110011110011001110101110001110101001111100101011101010 | eeb3cceb8ea7caea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)