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 | 艶g?搖 | 10001001100100001000001010000111001111111001110110001010 | 899082873f9d8a |
EUC-JP | 艶g?搖 | 10110001111100001010001111100111001111111101100111101010 | b1f0a3e73fd9ea |
UTF-8 | 艶g쭅搖 | 111010001000100110110110111011111011110110000111111011001010110110000101111001101001000010010110 | e889b6efbd87ecad85e69096 |
UHC | 艶g쭅搖 | 1110011011111101101000111110011110100111100000011110100011110100 | e6fda3e7a781e8f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)