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 | Ó¹Ó¡B | 1101001110111001110100111010000101000010 | d3b9d3a142 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | Ó?Ó¡B | 1000111110101010110100010011111110001111101010101101000110001111101000101100001001000010 | 8faad13f8faad18fa2c242 |
UTF-8 | Ó¹Ó¡B | 110000111001001111000010101110011100001110010011110000101010000101000010 | c393c2b9c393c2a142 |
UHC | ?¹?¡B | 00111111101010011111011000111111101000101010111001000010 | 3fa9f63fa2ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)