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臓贈 | 10010010010110100100111110010001100111111001000110100001 | 925a4f919f91a1 |
EUC-JP | 短O臓贈 | 11000011101110110100111111000010101000011100001010100011 | c3bb4fc2a1c2a3 |
UTF-8 | 短O臓贈 | 11100111100111111010110101001111111010001000011110010011111010001011010010001000 | e79fad4fe88793e8b488 |
UHC | 短O?贈 | 110100111010110101001111001111111111000111111100 | d3ad4f3ff1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)