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 | ?O?? | 00111111010011110011111100111111 | 3f4f3f3f |
SJIS-WIN | 舒O繕扇 | 10011000101011100100111110010001010101011001000011101110 | 98ae4f915590ee |
EUC-JP | 舒O繕扇 | 11010000101100000100111111000001101101101100000011110000 | d0b04fc1b6c0f0 |
UTF-8 | 舒O繕扇 | 11101000100010001001001001001111111001111011100110010101111001101000100110000111 | e888924fe7b995e68987 |
UHC | 舒O繕扇 | 11100000101000100100111111100000110010111110000010111111 | e0a24fe0cbe0bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)