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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | ?笑~ | 00111111100011111100111001111110 | 3f8fce7e |
EUC-JP | ?笑~ | 00111111101111101101000001111110 | 3fbed07e |
UTF-8 | 슖笑~ | 11101100100010101001011011100111101011001001000101111110 | ec8a96e7ac917e |
UHC | 슖笑~ | 1001101010100101111000011100010101111110 | 9aa5e1c57e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)