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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 息臓即足G | 100100011010011110010001100111111001000110100110100100011010101101000111 | 91a7919f91a691ab47 |
EUC-JP | 息臓即足G | 110000101010100111000010101000011100001010101000110000101010110101000111 | c2a9c2a1c2a8c2ad47 |
UTF-8 | 息臓即足G | 11100110100000011010111111101000100001111001001111100101100011011011001111101000101101101011001101000111 | e681afe88793e58db3e8b6b347 |
UHC | 息??足G | 11100011110100110011111100111111111100001110101101000111 | e3d33f3ff0eb47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)