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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謇磯剏 | 111001101000100110001000111010011001100110001100 | e68988e9998c |
EUC-JP | 謇磯剏 | 111010111110100110110000111010111101000111101100 | ebe9b0ebd1ec |
UTF-8 | 謇磯剏 | 111010001010110010000111111001111010001110101111111001011000100110001111 | e8ac87e7a3afe5898f |
UHC | ?磯? | 00111111110100011011010000111111 | 3fd1b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)