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 | 赱シ螳滓 | 11100110110111111011110011100101101011101001111111100110 | e6dfbce5ae9fe6 |
EUC-JP | 赱シ螳滓 | 1110110011100001100011101011110011101010101100001101111011101000 | ece18ebceab0dee8 |
UTF-8 | 赱シ螳滓 | 111010001011010110110001111011111011110110111100111010001001111010110011111001101011101110010011 | e8b5b1efbdbce89eb3e6bb93 |
UHC | ??螳滓 | 001111110011111111010011110110011110111010101011 | 3f3fd3d9eeab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)