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 | 駭z?^ | 111010010110111010000010100110100011111101011110 | e96e829a3f5e |
EUC-JP | 駭z?^ | 111100011100111110100011111110100011111101011110 | f1cfa3fa3f5e |
UTF-8 | 駭z땋^ | 11101001101001111010110111101111101111011001101011101011100101011000101101011110 | e9a7adefbd9aeb958b5e |
UHC | 駭z땋^ | 11111010101101001010001111111010101101101010011001011110 | fab4a3fab6a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)