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 | 蔟梦カサ | 111001001111010110011010111010111011011010111011 | e4f59aebb6bb |
EUC-JP | 蔟梦カサ | 1110100011110111110101001110110110001110101101101000111010111011 | e8f7d4ed8eb68ebb |
UTF-8 | 蔟梦カサ | 111010001001010010011111111001101010001010100110111011111011110110110110111011111011110110111011 | e8949fe6a2a6efbdb6efbdbb |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)