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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?屎? | 00111111100110111001110100111111 | 3f9b9d3f |
EUC-JP | ?屎? | 00111111110101011111110100111111 | 3fd5fd3f |
UTF-8 | 묋屎꺦 | 111010111010110010001011111001011011000110001110111010101011101010100110 | ebac8be5b18eeabaa6 |
UHC | 묋屎꺦 | 100100011110100011100011101110101000001111001100 | 91e8e3ba83cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)