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 | 陦。竇廂譬 | 111010001010000110100001111000101000010110011011111110011110011010100000 | e8a1a1e2859bf9e6a0 |
EUC-JP | 陦。竇廂譬 | 11110000101000111000111010100001111000111110010111010110111110111110110010100010 | f0a38ea1e3e5d6fbeca2 |
UTF-8 | 陦。竇廂譬 | 111010011001100110100110111011111011110110100001111001111010101110000111111001011011101110000010111010001010110110101100 | e999a6efbda1e7ab87e5bb82e8adac |
UHC | ??竇廂譬 | 0011111100111111110101001110010011011111110010111101111010100111 | 3f3fd4e4dfcbdea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)