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 | ??凡? | 0011111100111111100101100111110100111111 | 3f3f967d3f |
EUC-JP | ??凡? | 0011111100111111110010111101111000111111 | 3f3fcbde3f |
UTF-8 | 셀뤶凡쒼 | 111011001000010110000000111010111010010010110110111001011000011110100001111011001001001010111100 | ec8580eba4b6e587a1ec92bc |
UHC | 셀뤶凡쒼 | 1011110010111111100011111110010011011011111011011011111010110000 | bcbf8fe4dbedbeb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)