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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔟奠阡妺 | 1110010011110101100110101111100111101000100101001111101010100101 | e4f59af9e894faa5 |
EUC-JP | 蔟奠阡妺 | 111010001111011111010100111110111110111111110100100011111011100110110111 | e8f7d4fbeff48fb9b7 |
UTF-8 | 蔟奠阡妺 | 111010001001010010011111111001011010010110100000111010011001100010100001111001011010011010111010 | e8949fe5a5a0e998a1e5a6ba |
UHC | ?奠阡? | 001111111110111011110101111101001100011000111111 | 3feef5f4c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)