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 | 霈タ靍ァ | 111010001011110011000000111110111111000010100111 | e8bcc0fbf0a7 |
EUC-JP | 霈タ?ァ | 11110000101111101000111011000000001111111000111010100111 | f0be8ec03f8ea7 |
UTF-8 | 霈タ靍ァ | 111010011001110010001000111011111011111010000000111010011001110110001101111011111011110110100111 | e99c88efbe80e99d8defbda7 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)