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 | 莊o修蔕 | 1110010010110101100000101000111110001111010000111110010011110110 | e4b5828f8f43e4f6 |
EUC-JP | 莊o修蔕 | 1110100010110111101000111110111110111101101001001110100011111000 | e8b7a3efbda4e8f8 |
UTF-8 | 莊o修蔕 | 111010001000111010001010111011111011110110001111111001001011111110101110111010001001010010010101 | e88e8aefbd8fe4bfaee89495 |
UHC | 莊o修? | 11101101111101101010001111101111111000011111001100111111 | edf6a3efe1f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)