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 | ホェ粹 | 110011101111011011111001101010101110001011101101 | cef6f9aae2ed |
EUC-JP | ホ?ェ粹 | 10001110110011100011111110001110101010101110010011101111 | 8ece3f8eaae4ef |
UTF-8 | ホェ粹 | 111011111011111010001110111011101001010010100000111011111011110110101010111001111011001010111001 | efbe8eee94a0efbdaae7b2b9 |
UHC | ???粹 | 0011111100111111001111111110001010110110 | 3f3f3fe2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)