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 | 豼秘沂豼 | 1110011010111111100101001110100110011111100010111110011010111111 | e6bf94e99f8be6bf |
EUC-JP | 豼秘沂豼 | 1110110011000001110010001110101111011101111010111110110011000001 | ecc1c8ebddebecc1 |
UTF-8 | 豼秘沂豼 | 111010001011000110111100111001111010011110011000111001101011001010000010111010001011000110111100 | e8b1bce7a798e6b282e8b1bc |
UHC | ?秘沂? | 001111111101110111111010110100011010101000111111 | 3fddfad1aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)