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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遖殊ソィ | 111001111010011010001110111010101011111110101000 | e7a68eeabfa8 |
EUC-JP | 遖殊ソィ | 1110111010101000101111001110110010001110101111111000111010101000 | eea8bcec8ebf8ea8 |
UTF-8 | 遖殊ソィ | 111010011000000110010110111001101010111010001010111011111011110110111111111011111011110110101000 | e98196e6ae8aefbdbfefbda8 |
UHC | ?殊?? | 0011111111100010101010000011111100111111 | 3fe2a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)