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 | 蒿辛蒿 | 111001001110010010010000011010001110010011100100 | e4e49068e4e4 |
EUC-JP | 蒿辛蒿 | 111010001110011010111111110010011110100011100110 | e8e6bfc9e8e6 |
UTF-8 | 蒿辛蒿 | 111010001001001010111111111010001011111010011011111010001001001010111111 | e892bfe8be9be892bf |
UHC | 蒿辛蒿 | 111110111101101011100011111101001111101111011010 | fbdae3f4fbda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)