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 | âµÓõ½ | 111000101011010111010011101011011111010110111101 | e2b5d3adf5bd |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | â?Ó?õ? | 100011111010101110100100001111111000111110101010110100010011111110001111101010111101100000111111 | 8faba43f8faad13f8fabd83f |
UTF-8 | âµÓõ½ | 110000111010001011000010101101011100001110010011110000101010110111000011101101011100001010111101 | c3a2c2b5c393c2adc3b5c2bd |
UHC | ????½ | 0011111100111111001111111010000110101001001111111010100011110110 | 3f3f3fa1a93fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)