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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驫ケ繧榊麾 | 111010011000101010111001111000111000001010001101111001011001111110000000 | e98ab9e3828de59f80 |
EUC-JP | 驫ケ繧榊麾 | 11110001111010101000111010111001111001011110001010111010111001111101110111100000 | f1ea8eb9e5e2bae7dde0 |
UTF-8 | 驫ケ繧榊麾 | 111010011010100110101011111011111011110110111001111001111011100110100111111001101010011010001010111010011011101010111110 | e9a9abefbdb9e7b9a7e6a68ae9babe |
UHC | ????麾 | 001111110011111100111111001111111111110111001011 | 3f3f3f3ffdcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)