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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陝占ア朱エソ | 111010001001111110010000111010001011000110001110111010011011010010111111 | e89f90e8b18ee9b4bf |
EUC-JP | 陝占ア朱エソ | 111100001010000111000000111010101000111010110001101111001110101110001110101101001000111010111111 | f0a1c0ea8eb1bceb8eb48ebf |
UTF-8 | 陝占ア朱エソ | 111010011001100110011101111001011000110110100000111011111011110110110001111001101001110010110001111011111011110110110100111011111011110110111111 | e9999de58da0efbdb1e69cb1efbdb4efbdbf |
UHC | 陝占?朱?? | 111000001110110111101111101111110011111111110001101110010011111100111111 | e0edefbf3ff1b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)