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¤RE | 1111101101000101101001000101001001000101 | fb45a45245 |
SJIS-WIN | ?E?RE | 0011111101000101001111110101001001000101 | 3f453f5245 |
EUC-JP | ûE¤RE | 100011111010101111100101010001011000111110100010111100000101001001000101 | 8fabe5458fa2f05245 |
UTF-8 | ûE¤RE | 11000011101110110100010111000010101001000101001001000101 | c3bb45c2a45245 |
UHC | ?E¤RE | 001111110100010110100010101101000101001001000101 | 3f45a2b45245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)