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 | îêŢ | 110000111010111011000011101010101100010110100010 | c3aec3aac5a2 |
SJIS-WIN | ?????¢ | 00111111001111110011111100111111001111111000000110010001 | 3f3f3f3f3f8191 |
EUC-JP | îêŢ | 1000111110101010101010101000111110100010111011101000111110101010101010101000111110100010111011001000111110101010101010011010000111110001 | 8faaaa8fa2ee8faaaa8fa2ec8faaa9a1f1 |
UTF-8 | îêŢ | 110000111000001111000010101011101100001110000011110000101010101011000011100001011100001010100010 | c383c2aec383c2aac385c2a2 |
UHC | ?®?ª?? | 0011111110100010111001110011111110101000101000110011111100111111 | 3fa2e73fa8a33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)