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?O^ | 0011111101001111001111110100111101011110 | 3f4f3f4f5e |
SJIS-WIN | 咤O咤O^ | 10011010010000100100111110011010010000100100111101011110 | 9a424f9a424f5e |
EUC-JP | 咤O咤O^ | 11010011101000110100111111010011101000110100111101011110 | d3a34fd3a34f5e |
UTF-8 | 咤O咤O^ | 111001011001001010100100010011111110010110010010101001000100111101011110 | e592a44fe592a44f5e |
UHC | 咤O咤O^ | 11110110111000110100111111110110111000110100111101011110 | f6e34ff6e34f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)