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 | ?????W | 001111110011111100111111001111110011111101010111 | 3f3f3f3f3f57 |
SJIS-WIN | テサツ楪「W | 11000011101110111100001010011110110000101010001001010111 | c3bbc29ec2a257 |
EUC-JP | テサツ楪「W | 1000111011000011100011101011101110001110110000101101110011000100100011101010001001010111 | 8ec38ebb8ec2dcc48ea257 |
UTF-8 | テサツ楪「W | 11101111101111101000001111101111101111011011101111101111101111101000001011100110101001011010101011101111101111011010001001010111 | efbe83efbdbbefbe82e6a5aaefbda257 |
UHC | ?????W | 001111110011111100111111001111110011111101010111 | 3f3f3f3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)