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 | 襪究弦諡 | 1110011001000011100010111000011010001100101101111110011010001011 | e6438b868cb7e68b |
EUC-JP | 襪究弦諡 | 1110101110100100101101011110011010111000101110011110101111101011 | eba4b5e6b8b9ebeb |
UTF-8 | 襪究弦諡 | 111010001010010110101010111001111010100110110110111001011011110010100110111010001010101110100001 | e8a5aae7a9b6e5bca6e8aba1 |
UHC | 襪究弦諡 | 1101100011001010110011111011110011111010110101111110001111001101 | d8cacfbcfad7e3cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)