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 | 鄂刺鄂 | 111001111011110110001110011010001110011110111101 | e7bd8e68e7bd |
EUC-JP | 鄂刺鄂 | 111011101011111110111011110010011110111010111111 | eebfbbc9eebf |
UTF-8 | 鄂刺鄂 | 111010011000010010000010111001011000100010111010111010011000010010000010 | e98482e588bae98482 |
UHC | 鄂刺鄂 | 111001001100011111101101101010011110010011000111 | e4c7eda9e4c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)