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 | 蔕晗 | 1111001011110000111100101011100111100100111101101111101011010110 | f2f0f2b9e4f6fad6 |
EUC-JP | ??蔕晗 | 00111111001111111110100011111000100011111100001010111000 | 3f3fe8f88fc2b8 |
UTF-8 | 蔕晗 | 111011101000100010100111111011101000011110110000111010001001010010010101111001101001100110010111 | ee88a7ee87b0e89495e69997 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)