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 | Ó£AÓ£AB | 11010011101000110100000111010011101000110100000101000010 | d3a341d3a34142 |
SJIS-WIN | ?£A?£AB | 001111111000000110010010010000010011111110000001100100100100000101000010 | 3f8192413f81924142 |
EUC-JP | Ó£AÓ£AB | 10001111101010101101000110100001111100100100000110001111101010101101000110100001111100100100000101000010 | 8faad1a1f2418faad1a1f24142 |
UTF-8 | Ó£AÓ£AB | 1100001110010011110000101010001101000001110000111001001111000010101000110100000101000010 | c393c2a341c393c2a34142 |
UHC | ??A??AB | 00111111001111110100000100111111001111110100000101000010 | 3f3f413f3f4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)