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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 螟暮・埼ョ | 1110010110100100100101011110100110100101100011011110100110101110 | e5a495e9a58de9ae |
EUC-JP | 螟暮・埼ョ | 11101010101001101100101011101011100011101010010110111010111010111000111010101110 | eaa6caeb8ea5baeb8eae |
UTF-8 | 螟暮・埼ョ | 111010001001111010011111111001101001101010101110111011111011110110100101111001011001111110111100111011111011110110101110 | e89e9fe69aaeefbda5e59fbcefbdae |
UHC | 螟暮?埼? | 1101100110101101110110011011101000111111110100001111001000111111 | d9add9ba3fd0f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)