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 | ?←?搖 | 001111111000000110101001001111111001110110001010 | 3f81a93f9d8a |
EUC-JP | 璵←?搖 | 1000111111001100111001101010001010101011001111111101100111101010 | 8fcce6a2ab3fd9ea |
UTF-8 | 璵←쭅搖 | 111001111001001010110101111000101000011010010000111011001010110110000101111001101001000010010110 | e792b5e28690ecad85e69096 |
UHC | 璵←쭅搖 | 1110011010100101101000011110011110100111100000011110100011110100 | e6a5a1e7a781e8f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)