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 | ¾¼ÓF | 1011111010111100100011101101001101000110 | bebc8ed346 |
SJIS-WIN | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
EUC-JP | ???ÓF | 00111111001111110011111110001111101010101101000101000110 | 3f3f3f8faad146 |
UTF-8 | ¾¼ÓF | 110000101011111011000010101111001100001010001110110000111001001101000110 | c2bec2bcc28ec39346 |
UHC | ¾¼??F | 10101000111110101010100011111001001111110011111101000110 | a8faa8f93f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)