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£é | 1111101101000101101000111110100110000111 | fb45a3e987 |
SJIS-WIN | ?E£?? | 001111110100010110000001100100100011111100111111 | 3f4581923f3f |
EUC-JP | ûE£é? | 10001111101010111110010101000101101000011111001010001111101010111011000100111111 | 8fabe545a1f28fabb13f |
UTF-8 | ûE£é | 110000111011101101000101110000101010001111000011101010011100001010000111 | c3bb45c2a3c3a9c287 |
UHC | ?E??? | 0011111101000101001111110011111100111111 | 3f453f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)