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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?х/B | 001111111000010010000111100000010101111001000010 | 3f8487815e42 |
EUC-JP | ?х/B | 001111111010011111100111101000011011111101000010 | 3fa7e7a1bf42 |
UTF-8 | 吳х/B | 111001011001000010110011110100011000010111101111101111001000111101000010 | e590b3d185efbc8f42 |
UHC | 吳х/B | 11100111111011111010110011100111101000111010111101000010 | e7eface7a3af42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)