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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 域??壤?^ | 1000100011100110001111110011111110011010110111110011111101011110 | 88e63f3f9adf3f5e |
EUC-JP | 域??壤?^ | 1011000011101000001111110011111111010100111000010011111101011110 | b0e83f3fd4e13f5e |
UTF-8 | 域⒳퐜壤줰^ | 11100101100111111001111111100010100100101011001111101101100100001001110011100101101000111010010011101100101001001011000001011110 | e59f9fe292b3ed909ce5a3a4eca4b05e |
UHC | 域⒳퐜壤줰^ | 1110011010110100101010011110010010111101100001101110010110111101101000100110010001011110 | e6b4a9e4bd86e5bda2645e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)