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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟾門ソ | 1110010110110111100101101110010110111111 | e5b796e5bf |
EUC-JP | 蟾門ソ | 111010101011100111001100111001111000111010111111 | eab9cce78ebf |
UTF-8 | 蟾門ソ | 111010001001111110111110111010011001011010000000111011111011110110111111 | e89fbee99680efbdbf |
UHC | 蟾門? | 1110000011101010110110101010011000111111 | e0eadaa63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)