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 | 桒蟄 | 11111010111000111110010110101101 | fae3e5ad |
EUC-JP | 桒蟄 | 1000111111000011110010011110101010101111 | 8fc3c9eaaf |
UTF-8 | 桒蟄 | 111001101010000110010010111010001001111110000100 | e6a192e89f84 |
UHC | ?蟄 | 001111111111011011011110 | 3ff6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)