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 | 10010111010001110011111111100110110110000011111101000010 | 97473fe6d83f42 |
EUC-JP | 宥?齎?B | 11001101101010000011111111101100110110100011111101000010 | cda83fecda3f42 |
UTF-8 | 宥렯齎렍B | 11100101101011101010010111101011101000001010111111101001101111011000111011101011101000001000110101000010 | e5aea5eba0afe9bd8eeba08d42 |
UHC | 宥렯齎렍B | 111010101110100110001110101111001110111010110010100011101010001101000010 | eae98ebceeb28ea342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)