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 | ?E????^ | 00111111010001010011111100111111001111110011111101011110 | 3f453f3f3f3f5e |
SJIS-WIN | ?E????^ | 00111111010001010011111100111111001111110011111101011110 | 3f453f3f3f3f5e |
EUC-JP | ?E????^ | 00111111010001010011111100111111001111110011111101011110 | 3f453f3f3f3f5e |
UTF-8 | 뭒E뫇묯뫌뫓^ | 1110101110101101100100100100010111101011101010111000011111101011101011001010111111101011101010111000110011101011101010111001001101011110 | ebad9245ebab87ebacafebab8cebab935e |
UHC | 뭒E뫇묯뫌뫓^ | 100100100101101001000101100100011010101010010010010001101001000110101110100100011011010101011110 | 925a4591aa924691ae91b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)