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 | 霈ソ蝨В | 11101000101111001011111111100101100111001000010001000010 | e8bcbfe59c8442 |
EUC-JP | 霈ソ蝨В | 1111000010111110100011101011111111101001111111001010011110100011 | f0be8ebfe9fca7a3 |
UTF-8 | 霈ソ蝨В | 1110100110011100100010001110111110111101101111111110100010011101101010001101000010010010 | e99c88efbdbfe89da8d092 |
UHC | ??蝨В | 001111110011111111100011101001001010110010100011 | 3f3fe3a4aca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)