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 | 驫ケ謔妲 | 11101001100010101011100111100110100000101001101101000110 | e98ab9e6829b46 |
EUC-JP | 驫ケ謔妲 | 1111000111101010100011101011100111101011111000101101010110100111 | f1ea8eb9ebe2d5a7 |
UTF-8 | 驫ケ謔妲 | 111010011010100110101011111011111011110110111001111010001010110010010100111001011010011010110010 | e9a9abefbdb9e8ac94e5a6b2 |
UHC | ??謔? | 0011111100111111111110011100110000111111 | 3f3ff9cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)