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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 邪? | 100011101101011100111111 | 8ed73f |
EUC-JP | 邪瑄 | 1011110011011001100011111100110010111001 | bcd98fccb9 |
UTF-8 | 邪瑄 | 111010011000001010101010111001111001000110000100 | e982aae79184 |
UHC | 邪瑄 | 11011110111101111110000011000101 | def7e0c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)