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 | Óö´Òý^ | 11010011101011011111011010110100110100101111110101011110 | d3adf6b4d2fd5e |
SJIS-WIN | ???´??^ | 0011111100111111001111111000000101001100001111110011111101011110 | 3f3f3f814c3f3f5e |
EUC-JP | Ó?ö´Òý^ | 10001111101010101101000100111111100011111010101111010011101000011010110110001111101010101101001010001111101010111111001001011110 | 8faad13f8fabd3a1ad8faad28fabf25e |
UTF-8 | Óö´Òý^ | 11000011100100111100001010101101110000111011011011000010101101001100001110010010110000111011110101011110 | c393c2adc3b6c2b4c392c3bd5e |
UHC | ??´??^ | 001111111010000110101001001111111010001010100101001111110011111101011110 | 3fa1a93fa2a53f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)