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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ??域B | 0011111100111111100010001110011001000010 | 3f3f88e642 |
EUC-JP | ??域B | 0011111100111111101100001110100001000010 | 3f3fb0e842 |
UTF-8 | 凉덤域B | 11101111101001011011100111101011100011011010010011100101100111111001111101000010 | efa5b9eb8da4e59f9f42 |
UHC | 凉덤域B | 11100101101111001011010011111101111001101011010001000010 | e5bcb4fde6b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)