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 | ú¸§e^ | 111110101011100010001110101001110110010101011110 | fab88ea7655e |
SJIS-WIN | ???§e^ | 00111111001111110011111110000001100110000110010101011110 | 3f3f3f8198655e |
EUC-JP | ú¸?§e^ | 1000111110101011111000101000111110100010101100010011111110100001111110000110010101011110 | 8fabe28fa2b13fa1f8655e |
UTF-8 | ú¸§e^ | 11000011101110101100001010111000110000101000111011000010101001110110010101011110 | c3bac2b8c28ec2a7655e |
UHC | ?¸?§e^ | 0011111110100010101011000011111110100001110101110110010101011110 | 3fa2ac3fa1d7655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)