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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 諤ヲ蝠匁ッウ | 111001101000000010100110111001011001010110010110111001101010111110110011 | e680a6e59596e6afb3 |
EUC-JP | 諤ヲ蝠匁ッウ | 111010111110000010001110101001101110100111110101110011001110100010001110101011111000111010110011 | ebe08ea6e9f5cce88eaf8eb3 |
UTF-8 | 諤ヲ蝠匁ッウ | 111010001010101110100100111011111011110110100110111010001001110110100000111001011000110010000001111011111011110110101111111011111011110110110011 | e8aba4efbda6e89da0e58c81efbdafefbdb3 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)