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 | ??j???^ | 00111111001111110110101000111111001111110011111101011110 | 3f3f6a3f3f3f5e |
SJIS-WIN | ??j???^ | 00111111001111110110101000111111001111110011111101011110 | 3f3f6a3f3f3f5e |
EUC-JP | ??j???^ | 00111111001111110110101000111111001111110011111101011110 | 3f3f6a3f3f3f5e |
UTF-8 | 셔샹j셍렿롙^ | 1110110010000101100101001110110010000011101110010110101011101100100001011000110111101011101000001011111111101011101000011001100101011110 | ec8594ec83b96aec858deba0bfeba1995e |
UHC | 셔샹j셍렿롙^ | 101111001100010110111100101001110110101010111100110001001000111011000111100011101101110101011110 | bcc5bca76abcc48ec78edd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)