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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蕁域痕粤 | 1110010101000000100010001110011010001101101011011110001011100011 | e54088e68dade2e3 |
EUC-JP | 蕁域痕粤 | 1110100110100001101100001110100010111010101011111110010011100101 | e9a1b0e8baafe4e5 |
UTF-8 | 蕁域痕粤 | 111010001001010110000001111001011001111110011111111001111001011110010101111001111011001010100100 | e89581e59f9fe79795e7b2a4 |
UHC | 蕁域痕? | 11010011110001101110011010110100111111011101110100111111 | d3c6e6b4fddd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)