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 | Ó£WÓ£NB | 11010011101000110101011111010011101000110100111001000010 | d3a357d3a34e42 |
SJIS-WIN | ?£W?£NB | 001111111000000110010010010101110011111110000001100100100100111001000010 | 3f8192573f81924e42 |
EUC-JP | Ó£WÓ£NB | 10001111101010101101000110100001111100100101011110001111101010101101000110100001111100100100111001000010 | 8faad1a1f2578faad1a1f24e42 |
UTF-8 | Ó£WÓ£NB | 1100001110010011110000101010001101010111110000111001001111000010101000110100111001000010 | c393c2a357c393c2a34e42 |
UHC | ??W??NB | 00111111001111110101011100111111001111110100111001000010 | 3f3f573f3f4e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)