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 | 蟒幎ク晏、 | 1110010110111011100110111110101110111000100111011110010110100100 | e5bb9bebb89de5a4 |
EUC-JP | 蟒幎ク晏、 | 11101010101111011101011011101101100011101011100011011010111001111000111010100100 | eabdd6ed8eb8dae78ea4 |
UTF-8 | 蟒幎ク晏、 | 111010001001111110010010111001011011100110001110111011111011110110111000111001101001100110001111111011111011110110100100 | e89f92e5b98eefbdb8e6998fefbda4 |
UHC | ???晏? | 001111110011111100111111111001001100111100111111 | 3f3f3fe4cf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)