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 | 鮏簑 | 1111110001000011111101101110001011100010110000001111001011100011 | fc43f6e2e2c0f2e3 |
EUC-JP | 鮏?簑? | 10001111111010101101101100111111111001001100001000111111 | 8feadb3fe4c23f |
UTF-8 | 鮏簑 | 111010011010111010001111111011101001010010001001111001111011000010010001111011101000100010011010 | e9ae8fee9489e7b091ee889a |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)