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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ???銖^ | 001111110011111100111111111001111111000101011110 | 3f3f3fe7f15e |
EUC-JP | ???銖^ | 001111110011111100111111111011101111001101011110 | 3f3f3feef35e |
UTF-8 | 뾍쑀뾍銖^ | 11101011101111101000110111101100100100011000000011101011101111101000110111101001100010101001011001011110 | ebbe8dec9180ebbe8de98a965e |
UHC | 뾍쑀뾍銖^ | 100101110100101110011100101000001001011101001011111000101100011101011110 | 974b9ca0974be2c75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)