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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 失鹿雫 | 100011101011100010001110101011011000111010110100 | 8eb88ead8eb4 |
EUC-JP | 失鹿雫 | 101111001011101010111100101011111011110010110110 | bcbabcafbcb6 |
UTF-8 | 失鹿雫 | 111001011010010010110001111010011011100110111111111010011001101110101011 | e5a4b1e9b9bfe99bab |
UHC | 失鹿? | 1110001111110111110101101110001100111111 | e3f7d6e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)