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 | î¡Ó¾ | 11101110101000011101001110111110 | eea1d3be |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | î¡Ó? | 10001111101010111100001010001111101000101100001010001111101010101101000100111111 | 8fabc28fa2c28faad13f |
UTF-8 | î¡Ó¾ | 1100001110101110110000101010000111000011100100111100001010111110 | c3aec2a1c393c2be |
UHC | ?¡?¾ | 001111111010001010101110001111111010100011111010 | 3fa2ae3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)