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 | 襄倶サ傳 | 11100101111101011000101111100100101110111001100101000010 | e5f58be4bb9942 |
EUC-JP | 襄倶サ傳 | 1110101011110111101101101110011010001110101110111101000110100011 | eaf7b6e68ebbd1a3 |
UTF-8 | 襄倶サ傳 | 111010001010010110000100111001011000000010110110111011111011110110111011111001011000001010110011 | e8a584e580b6efbdbbe582b3 |
UHC | 襄??傳 | 111001011101000100111111001111111110111011101110 | e5d13f3feeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)