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 | ûEè² | 1111101101000101100011001110100010110010 | fb458ce8b2 |
SJIS-WIN | ?E??? | 0011111101000101001111110011111100111111 | 3f453f3f3f |
EUC-JP | ûE?è? | 100011111010101111100101010001010011111110001111101010111011001000111111 | 8fabe5453f8fabb23f |
UTF-8 | ûEè² | 110000111011101101000101110000101000110011000011101010001100001010110010 | c3bb45c28cc3a8c2b2 |
UHC | ?E??² | 001111110100010100111111001111111010100111110111 | 3f453f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)