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 | ¬ケイ | 10000001110010101011100110110010 | 81cab9b2 |
EUC-JP | ¬ケイ | 101000101100110010001110101110011000111010110010 | a2cc8eb98eb2 |
UTF-8 | ¬ケイ | 111011111011111110100010111011111011110110111001111011111011110110110010 | efbfa2efbdb9efbdb2 |
UHC | ¬?? | 10100001111111100011111100111111 | a1fe3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)