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 | 髴畷擒奣タ | 11101001100111001001001111101011100111011010000011111010101000111000001101011110 | e99c93eb9da0faa3835e |
EUC-JP | 髴畷擒奣タ | 1111000111111100110001101110110111011010101000101000111110111000111111001010010110111111 | f1fcc6eddaa28fb8fca5bf |
UTF-8 | 髴畷擒奣タ | 111010011010101110110100111001111001010110110111111001101001001110010010111001011010010110100011111000111000001010111111 | e9abb4e795b7e69392e5a5a3e382bf |
UHC | ??擒?タ | 00111111001111111101000011010011001111111010101110111111 | 3f3fd0d33fabbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)