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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | チアアフタ霖ア | 1100000110110001101100011100110011000000111010001100000110110001 | c1b1b1ccc0e8c1b1 |
EUC-JP | チアアフタ霖ア | 1000111011000001100011101011000110001110101100011000111011001100100011101100000011110000110000111000111010110001 | 8ec18eb18eb18ecc8ec0f0c38eb1 |
UTF-8 | チアアフタ霖ア | 111011111011111010000001111011111011110110110001111011111011110110110001111011111011111010001100111011111011111010000000111010011001110010010110111011111011110110110001 | efbe81efbdb1efbdb1efbe8cefbe80e99c96efbdb1 |
UHC | ?????霖? | 0011111100111111001111110011111100111111110101111111110100111111 | 3f3f3f3f3fd7fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)