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 | 蝪。邯灘 | 11100101101000011010000111100111101101101001001111100101 | e5a1a1e7b693e5 |
EUC-JP | 蝪。邯灘 | 1110101010100011100011101010000111101110101110001100011011100111 | eaa38ea1eeb8c6e7 |
UTF-8 | 蝪。邯灘 | 111010001001110110101010111011111011110110100001111010011000001010101111111001111000000110011000 | e89daaefbda1e982afe78198 |
UHC | ??邯灘 | 001111110011111111001010111110111111011110101000 | 3f3fcafbf7a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)