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 | 謇磯摯 | 111001101000100110001000111010011001110110010101 | e68988e99d95 |
EUC-JP | 謇磯摯 | 111010111110100110110000111010111101100111110101 | ebe9b0ebd9f5 |
UTF-8 | 謇磯摯 | 111010001010110010000111111001111010001110101111111001101001000110101111 | e8ac87e7a3afe691af |
UHC | ?磯摯 | 0011111111010001101101001111001010100111 | 3fd1b4f2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)