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 | 隗エ鬘倩ソ | 1110100010100111101101001110100110100001100110001110100010111111 | e8a7b4e9a198e8bf |
EUC-JP | 隗エ鬘倩ソ | 11110000101010011000111010110100111100101010001111010000111010101000111010111111 | f0a98eb4f2a3d0ea8ebf |
UTF-8 | 隗エ鬘倩ソ | 111010011001101010010111111011111011110110110100111010011010110010011000111001011000000010101001111011111011110110111111 | e99a97efbdb4e9ac98e580a9efbdbf |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)