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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 蒄羃蒄羃^ | 11100100110101011111001111011011111000111011000011100100110101011111001111011011111000111011000001011110 | e4d5f3dbe3b0e4d5f3dbe3b05e |
EUC-JP | 蒄?羃蒄?羃^ | 1110100011010111001111111110011010110010111010001101011100111111111001101011001001011110 | e8d73fe6b2e8d73fe6b25e |
UTF-8 | 蒄羃蒄羃^ | 11101000100100101000010011101110100010111000111011100111101111101000001111101000100100101000010011101110100010111000111011100111101111101000001101011110 | e89284ee8b8ee7be83e89284ee8b8ee7be835e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)