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 | 陬ょ献^ | 11101000101000111000001011100101100011001010001101011110 | e8a382e58ca35e |
EUC-JP | 陬ょ献^ | 11110000101001011010010011100111101110001010010101011110 | f0a5a4e7b8a55e |
UTF-8 | 陬ょ献^ | 11101001100110011010110011100011100000101000011111100111100011001010111001011110 | e999ace38287e78cae5e |
UHC | ?ょ?^ | 0011111110101010111001110011111101011110 | 3faae73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)