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 | 鴦???? | 111010011111000100111111001111110011111100111111 | e9f13f3f3f3f |
EUC-JP | 鴦??絪? | 1111001011110011001111110011111110001111110100111110110000111111 | f2f33f3f8fd3ec3f |
UTF-8 | 鴦볛뫓絪툲 | 111010011011010010100110111010111011001110011011111010111010101110010011111001111011010110101010111011011000100010110010 | e9b4a6ebb39bebab93e7b5aaed88b2 |
UHC | 鴦볛뫓絪툲 | 11100100111011001001001111100010100100011011010111101100110111111011100101000110 | e4ec93e291b5ecdfb946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)