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 | 髴榊、占サ | 1110100110011100100011011110010110100100100100001110100010111011 | e99c8de5a490e8bb |
EUC-JP | 髴榊、占サ | 11110001111111001011101011100111100011101010010011000000111010101000111010111011 | f1fcbae78ea4c0ea8ebb |
UTF-8 | 髴榊、占サ | 111010011010101110110100111001101010011010001010111011111011110110100100111001011000110110100000111011111011110110111011 | e9abb4e6a68aefbda4e58da0efbdbb |
UHC | ???占? | 001111110011111100111111111011111011111100111111 | 3f3f3fefbf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)