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 | 鞨オ邁ソ菴ウ | 111010001110000010110101111001111011000010111111111001001011110110110011 | e8e0b5e7b0bfe4bdb3 |
EUC-JP | 鞨オ邁ソ菴ウ | 111100001110001010001110101101011110111010110010100011101011111111101000101111111000111010110011 | f0e28eb5eeb28ebfe8bf8eb3 |
UTF-8 | 鞨オ邁ソ菴ウ | 111010011001111010101000111011111011110110110101111010011000001010000001111011111011110110111111111010001000111110110100111011111011110110110011 | e99ea8efbdb5e98281efbdbfe88fb4efbdb3 |
UHC | 鞨?邁?菴? | 110010101110101000111111110110001110010000111111111001001110000000111111 | caea3fd8e43fe4e03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)