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 | ????§? | 001111110011111100111111001111111010011100111111 | 3f3f3f3fa73f |
SJIS-WIN | 鬪ク鮗昴§諡 | 1110100110101010101110001110100110111010100111011110001110000001100110001110011010001011 | e9aab8e9ba9de38198e68b |
EUC-JP | 鬪ク鮗昴§諡 | 111100101010110010001110101110001111001010111100110110101110010110100001111110001110101111101011 | f2ac8eb8f2bcdae5a1f8ebeb |
UTF-8 | 鬪ク鮗昴§諡 | 1110100110101100101010101110111110111101101110001110100110101110100101111110011010011000101101001100001010100111111010001010101110100001 | e9acaaefbdb8e9ae97e698b4c2a7e8aba1 |
UHC | 鬪??昴§諡 | 11110111111000110011111100111111110110011101101110100001110101111110001111001101 | f7e33f3fd9dba1d7e3cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)