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 | 褪ш桶 | 111001011111001010000100100010101000100110110001 | e5f2848a89b1 |
EUC-JP | 褪ш桶 | 111010101111010010100111111010101011001010110011 | eaf4a7eab2b3 |
UTF-8 | 褪ш桶 | 1110100010100100101010101101000110001000111001101010000110110110 | e8a4aad188e6a1b6 |
UHC | 褪ш桶 | 111101111101101110101100111010101111011111010010 | f7dbaceaf7d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)