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 | ??翫曝 | 001111110011111110001010111000111001010010011000 | 3f3f8ae39498 |
EUC-JP | ??翫曝 | 001111110011111110110100111001011100011111111000 | 3f3fb4e5c7f8 |
UTF-8 | 뤉롸翫曝 | 111010111010010010001001111010111010000110111000111001111011111110101011111001101001101110011101 | eba489eba1b8e7bfabe69b9d |
UHC | 뤉롸翫曝 | 1000111110111001101101111101011011101000110100011111100011101101 | 8fb9b7d6e8d1f8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)