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 | Ó£PÓ£PB | 11010011101000110101000011010011101000110101000001000010 | d3a350d3a35042 |
SJIS-WIN | ?£P?£PB | 001111111000000110010010010100000011111110000001100100100101000001000010 | 3f8192503f81925042 |
EUC-JP | Ó£PÓ£PB | 10001111101010101101000110100001111100100101000010001111101010101101000110100001111100100101000001000010 | 8faad1a1f2508faad1a1f25042 |
UTF-8 | Ó£PÓ£PB | 1100001110010011110000101010001101010000110000111001001111000010101000110101000001000010 | c393c2a350c393c2a35042 |
UHC | ??P??PB | 00111111001111110101000000111111001111110101000001000010 | 3f3f503f3f5042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)