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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 齬齬[齬齬[^ | 1110101010010111111010101001011101011011111010101001011111101010100101110101101101011110 | ea97ea975bea97ea975b5e |
EUC-JP | 齬齬[齬齬[^ | 1111001111110111111100111111011101011011111100111111011111110011111101110101101101011110 | f3f7f3f75bf3f7f3f75b5e |
UTF-8 | 齬齬[齬齬[^ | 111010011011110110101100111010011011110110101100010110111110100110111101101011001110100110111101101011000101101101011110 | e9bdace9bdac5be9bdace9bdac5b5e |
UHC | 齬齬[齬齬[^ | 1110010111100001111001011110000101011011111001011110000111100101111000010101101101011110 | e5e1e5e15be5e1e5e15b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)