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 | ??_?? | 0011111100111111010111110011111100111111 | 3f3f5f3f3f |
SJIS-WIN | ??_?? | 0011111100111111010111110011111100111111 | 3f3f5f3f3f |
EUC-JP | ??_?? | 0011111100111111010111110011111100111111 | 3f3f5f3f3f |
UTF-8 | 셔샴_셍섹 | 11101100100001011001010011101100100000111011010001011111111011001000010110001101111011001000010010111001 | ec8594ec83b45fec858dec84b9 |
UHC | 셔샴_셍섹 | 101111001100010110111100101001000101111110111100110001001011110010111101 | bcc5bca45fbcc4bcbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)