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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 齎?齎?B | 11100110110110000011111111100110110110000011111101000010 | e6d83fe6d83f42 |
EUC-JP | 齎?齎?B | 11101100110110100011111111101100110110100011111101000010 | ecda3fecda3f42 |
UTF-8 | 齎렩齎렩B | 11101001101111011000111011101011101000001010100111101001101111011000111011101011101000001010100101000010 | e9bd8eeba0a9e9bd8eeba0a942 |
UHC | 齎렩齎렩B | 111011101011001010001110101101111110111010110010100011101011011101000010 | eeb28eb7eeb28eb742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)