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 | 淫k?燁 | 10001000111110101000001010001011001111111111101101011001 | 88fa828b3ffb59 |
EUC-JP | 淫k?燁 | 1011000011111100101000111110101100111111100011111100101010110011 | b0fca3eb3f8fcab3 |
UTF-8 | 淫kㅆ燁 | 111001101011011110101011111011111011110110001011111000111000010110000110111001111000011110000001 | e6b7abefbd8be38586e78781 |
UHC | 淫kㅆ燁 | 1110101111100010101000111110101110100100101101101110011110100111 | ebe2a3eba4b6e7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)