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 | ?肯?☆ | 001111111000110101101101001111111000000110011001 | 3f8d6d3f8199 |
EUC-JP | 嫄肯?☆ | 1000111110111010101000011011100111001110001111111010000111111001 | 8fbaa1b9ce3fa1f9 |
UTF-8 | 嫄肯렍☆ | 111001011010101110000100111010001000001010101111111010111010000010001101111000101001100010000110 | e5ab84e882afeba08de29886 |
UHC | 嫄肯렍☆ | 1110101010110001110100001110100110001110101000111010000111011001 | eab1d0e98ea3a1d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)