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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | タヒ^ | 1100000011001011111100101111001101011110 | c0cbf2f35e |
EUC-JP | タヒ?^ | 100011101100000010001110110010110011111101011110 | 8ec08ecb3f5e |
UTF-8 | タヒ^ | 11101111101111101000000011101111101111101000101111101110100010001010101001011110 | efbe80efbe8bee88aa5e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)