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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | ??琦E | 0011111100111111111110110110011101000101 | 3f3ffb6745 |
EUC-JP | ??琦E | 001111110011111110001111110011001010101101000101 | 3f3f8fccab45 |
UTF-8 | 굡녹琦E | 11101010101101011010000111101011100001011011100111100111100100001010011001000101 | eab5a1eb85b9e790a645 |
UHC | 굡녹琦E | 10110001101101101011001111101100110100011010110101000101 | b1b6b3ecd1ad45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)