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 | Ó¡óµ | 11010011101000011111001110110101 | d3a1f3b5 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Ó¡ó? | 10001111101010101101000110001111101000101100001010001111101010111101000100111111 | 8faad18fa2c28fabd13f |
UTF-8 | Ó¡óµ | 1100001110010011110000101010000111000011101100111100001010110101 | c393c2a1c3b3c2b5 |
UHC | ?¡?? | 0011111110100010101011100011111100111111 | 3fa2ae3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)