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 | æï¾U | 11100110111011111011111001010101 | e6efbe55 |
SJIS-WIN | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
EUC-JP | æï?U | 1000111110101001110000011000111110101011110000010011111101010101 | 8fa9c18fabc13f55 |
UTF-8 | æï¾U | 11000011101001101100001110101111110000101011111001010101 | c3a6c3afc2be55 |
UHC | æ?¾U | 101010011010000100111111101010001111101001010101 | a9a13fa8fa55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)