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 | 襄倶サ竸 | 11100101111101011000101111100100101110111001100101011110 | e5f58be4bb995e |
EUC-JP | 襄倶サ竸 | 1110101011110111101101101110011010001110101110111101000110111111 | eaf7b6e68ebbd1bf |
UTF-8 | 襄倶サ竸 | 111010001010010110000100111001011000000010110110111011111011110110111011111001111010101110111000 | e8a584e580b6efbdbbe7abb8 |
UHC | 襄??? | 1110010111010001001111110011111100111111 | e5d13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)