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 | ?岫?岫^ | 00111111100110111010101100111111100110111010101101011110 | 3f9bab3f9bab5e |
EUC-JP | ?岫?岫^ | 00111111110101101010110100111111110101101010110101011110 | 3fd6ad3fd6ad5e |
UTF-8 | 뤞岫뤞岫^ | 11101011101001001001111011100101101100101010101111101011101001001001111011100101101100101010101101011110 | eba49ee5b2abeba49ee5b2ab5e |
UHC | 뤞岫뤞岫^ | 100011111100110111100001111110111000111111001101111000011111101101011110 | 8fcde1fb8fcde1fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)