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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???瞋? | 001111110011111100111111111000011101000100111111 | 3f3f3fe1d13f |
EUC-JP | ???瞋? | 001111110011111100111111111000101101001100111111 | 3f3f3fe2d33f |
UTF-8 | 롐렶렕瞋롕 | 111010111010000110010000111010111010000010110110111010111010000010010101111001111001111010001011111010111010000110010101 | eba190eba0b6eba095e79e8beba195 |
UHC | 롐렶렕瞋롕 | 10001110110101101000111011000001100011101010101011110010110110011000111011011001 | 8ed68ec18eaaf2d98ed9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)