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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | Ы?Ы? | 100001000101110000111111100001000101110000111111 | 845c3f845c3f |
EUC-JP | Ы?Ы? | 101001111011110100111111101001111011110100111111 | a7bd3fa7bd3f |
UTF-8 | ЫЫ | 1101000010101011110111101011011111010000101010111101111010110111 | d0abdeb7d0abdeb7 |
UHC | Ы?Ы? | 101011001011110100111111101011001011110100111111 | acbd3facbd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)