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 | 襍ヲ蠑乗昏蠑 | 1110100010110101101001101110010110111100100011111110011010001101101010001110010110111100 | e8b5a6e5bc8fe68da8e5bc |
EUC-JP | 襍ヲ蠑乗昏蠑 | 111100001011011110001110101001101110101010111110101111101110100010111010101010101110101010111110 | f0b78ea6eabebee8baaaeabe |
UTF-8 | 襍ヲ蠑乗昏蠑 | 111010001010010110001101111011111011110110100110111010001010000010010001111001001011100110010111111001101001100010001111111010001010000010010001 | e8a58defbda6e8a091e4b997e6988fe8a091 |
UHC | ????昏? | 00111111001111110011111100111111111110111110011100111111 | 3f3f3f3ffbe73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)