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 | ?円? | 00111111100010010111111000111111 | 3f897e3f |
EUC-JP | ?円? | 00111111101100011101111100111111 | 3fb1df3f |
UTF-8 | 쒋円잞 | 111011001001001010001011111001011000011010000110111011001001111010011110 | ec928be58686ec9e9e |
UHC | 쒋円잞 | 100111001110001011100101111101111001111111101111 | 9ce2e5f79fef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)