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 | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
SJIS-WIN | 屍幄鉗w | 10001110011100101001101111101000111001111110011101110111 | 8e729be8e7e777 |
EUC-JP | 屍幄鉗w | 10111011110100111101011011101010111011101110100101110111 | bbd3d6eaeee977 |
UTF-8 | 屍幄鉗w | 11100101101100011000110111100101101110011000010011101001100010011001011101110111 | e5b18de5b984e9899777 |
UHC | 屍幄鉗w | 11100011101110111110010011000001110011001100011001110111 | e3bbe4c1ccc677 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)