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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陦。竇廂豸 | 111010001010000110100001111000101000010110011011111110011110011010110110 | e8a1a1e2859bf9e6b6 |
EUC-JP | 陦。竇廂豸 | 11110000101000111000111010100001111000111110010111010110111110111110110010111000 | f0a38ea1e3e5d6fbecb8 |
UTF-8 | 陦。竇廂豸 | 111010011001100110100110111011111011110110100001111001111010101110000111111001011011101110000010111010001011000110111000 | e999a6efbda1e7ab87e5bb82e8b1b8 |
UHC | ??竇廂? | 00111111001111111101010011100100110111111100101100111111 | 3f3fd4e4dfcb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)