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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 誼????? | 10001011011000100011111100111111001111110011111100111111 | 8b623f3f3f3f3f |
EUC-JP | 誼????? | 10110101110000110011111100111111001111110011111100111111 | b5c33f3f3f3f3f |
UTF-8 | 誼잭렣렔罹렖 | 111010001010101010111100111011001001111010101101111010111010000010100011111010111010000010010100111011111010011110100110111010111010000010010110 | e8aabcec9eadeba0a3eba094efa7a6eba096 |
UHC | 誼잭렣렔罹렖 | 111010111111111011000000111010001000111010110100100011101010100111101100101110101000111010101011 | ebfec0e88eb48ea9ecba8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)