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 | 﨟・謔介∟蠑 | 1111101110011101101001011110011010000010100010011110111010000111100110001110010110111100 | fb9da5e68289ee8798e5bc |
EUC-JP | ?・謔介?蠑 | 00111111100011101010010111101011111000101011001011110000001111111110101010111110 | 3f8ea5ebe2b2f03feabe |
UTF-8 | 﨟・謔介∟蠑 | 111011111010100010011111111011111011110110100101111010001010110010010100111001001011101110001011111000101000100010011111111010001010000010010001 | efa89fefbda5e8ac94e4bb8be2889fe8a091 |
UHC | ??謔介?? | 0011111100111111111110011100110011001011101111110011111100111111 | 3f3ff9cccbbf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)