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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 矇ヘーヘー | 1111011110100111111000011101110011001101101100001100110110110000 | f7a7e1dccdb0cdb0 |
EUC-JP | ?矇ヘーヘー | 0011111111100010110111101000111011001101100011101011000010001110110011011000111010110000 | 3fe2de8ecd8eb08ecd8eb0 |
UTF-8 | 矇ヘーヘー | 111011101001011010001010111001111001111110000111111011111011111010001101111011111011110110110000111011111011111010001101111011111011110110110000 | ee968ae79f87efbe8defbdb0efbe8defbdb0 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)