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 | Ó£sÓ£s^ | 11010011101000110111001111010011101000110111001101011110 | d3a373d3a3735e |
SJIS-WIN | ?£s?£s^ | 001111111000000110010010011100110011111110000001100100100111001101011110 | 3f8192733f8192735e |
EUC-JP | Ó£sÓ£s^ | 10001111101010101101000110100001111100100111001110001111101010101101000110100001111100100111001101011110 | 8faad1a1f2738faad1a1f2735e |
UTF-8 | Ó£sÓ£s^ | 1100001110010011110000101010001101110011110000111001001111000010101000110111001101011110 | c393c2a373c393c2a3735e |
UHC | ??s??s^ | 00111111001111110111001100111111001111110111001101011110 | 3f3f733f3f735e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)