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 | ?¢? | 001111111010001000111111 | 3fa23f |
SJIS-WIN | 醯¢溂 | 111001111100111110000001100100011001111111100001 | e7cf81919fe1 |
EUC-JP | 醯¢溂 | 111011101101000110100001111100011101111011100011 | eed1a1f1dee3 |
UTF-8 | 醯¢溂 | 1110100110000110101011111100001010100010111001101011101010000010 | e986afc2a2e6ba82 |
UHC | 醯?? | 11111011101110000011111100111111 | fbb83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)