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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
UTF-8 | 룶췠룶췣\ | 11101011101000111011011011101100101101111010000011101011101000111011011011101100101101111010001101011100 | eba3b6ecb7a0eba3b6ecb7a35c |
UHC | 룶췠룶췣\ | 100011111010101110101110010110011000111110101011101011100110001001011100 | 8fabae598fabae625c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)