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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蔗уΣ | 111001001111001010000100100001011000001110110000 | e4f2848583b0 |
EUC-JP | 蔗уΣ | 111010001111010010100111111001011010011010110010 | e8f4a7e5a6b2 |
UTF-8 | 蔗уΣ | 11101000100101001001011111010001100000111100111010100011 | e89497d183cea3 |
UHC | 蔗уΣ | 111011011011110110101100111001011010010111010010 | edbdace5a5d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)