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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蜃?? | 11100101100001110011111100111111 | e5873f3f |
EUC-JP | 蜃?? | 11101001111001110011111100111111 | e9e73f3f |
UTF-8 | 蜃굜륶 | 111010001001110010000011111010101011010110011100111010111010010110110110 | e89c83eab59ceba5b6 |
UHC | 蜃굜륶 | 111000111111000110000010100001001001000001010101 | e3f182849055 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)