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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 晳罠ヒケ | 1111101011011001111100001111101011100011101010011100101110111001 | fad9f0fae3a9cbb9 |
EUC-JP | 晳?罠ヒケ | 10001111110000101100010000111111111001101010101110001110110010111000111010111001 | 8fc2c43fe6ab8ecb8eb9 |
UTF-8 | 晳罠ヒケ | 111001101001100110110011111011101000001010111001111001111011110110100000111011111011111010001011111011111011110110111001 | e699b3ee82b9e7bda0efbe8befbdb9 |
UHC | 晳???? | 111000001010111100111111001111110011111100111111 | e0af3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)