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 | OwOwB | 10010111010011110111011110010111010011110111011101000010 | 974f77974f7742 |
SJIS-WIN | ?Ow?OwB | 00111111010011110111011100111111010011110111011101000010 | 3f4f773f4f7742 |
EUC-JP | ?Ow?OwB | 00111111010011110111011100111111010011110111011101000010 | 3f4f773f4f7742 |
UTF-8 | OwOwB | 110000101001011101001111011101111100001010010111010011110111011101000010 | c2974f77c2974f7742 |
UHC | ?Ow?OwB | 00111111010011110111011100111111010011110111011101000010 | 3f4f773f4f7742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)