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 | ??Y??gF | 00111111001111110101100100111111001111110110011101000110 | 3f3f593f3f6746 |
SJIS-WIN | 竺捨Y偲爾gF | 1000111010110001100011101100110001011001100011101100001110001110101000100110011101000110 | 8eb18ecc598ec38ea26746 |
EUC-JP | 竺捨Y偲爾gF | 1011110010110011101111001100111001011001101111001100010110111100101001000110011101000110 | bcb3bcce59bcc5bca46746 |
UTF-8 | 竺捨Y偲爾gF | 111001111010101110111010111001101000110110101000010110011110010110000001101100101110011110001000101111100110011101000110 | e7abbae68da859e581b2e788be6746 |
UHC | 竺捨Y?爾gF | 11110101111001111101111011010111010110010011111111101100101100110110011101000110 | f5e7ded7593fecb36746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)