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 | Óå[Óå[^ | 11010011111001010101101111010011111001010101101101011110 | d3e55bd3e55b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | Óå[Óå[^ | 100011111010101011010001100011111010101110101001010110111000111110101010110100011000111110101011101010010101101101011110 | 8faad18faba95b8faad18faba95b5e |
UTF-8 | Óå[Óå[^ | 1100001110010011110000111010010101011011110000111001001111000011101001010101101101011110 | c393c3a55bc393c3a55b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)