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 | 址??愿 | 100110101010110000111111001111111001110011000011 | 9aac3f3f9cc3 |
EUC-JP | 址??愿 | 110101001010111000111111001111111101100011000101 | d4ae3f3fd8c5 |
UTF-8 | 址띈눴愿 | 111001011001110110000000111010111001110110001000111010111000100010110100111001101000010010111111 | e59d80eb9d88eb88b4e684bf |
UHC | 址띈눴愿 | 1111001010100011101101101110100010110100101100111110101010110100 | f2a3b6e8b4b3eab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)