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 | テサツ渉療栄 | 110000111011101111000010100011111100001010010111110000111000100101101000 | c3bbc28fc297c38968 |
EUC-JP | テサツ渉療栄 | 100011101100001110001110101110111000111011000010101111101100010011001110110001011011000111001001 | 8ec38ebb8ec2bec4cec5b1c9 |
UTF-8 | テサツ渉療栄 | 111011111011111010000011111011111011110110111011111011111011111010000010111001101011100010001001111001111001100110000010111001101010000010000100 | efbe83efbdbbefbe82e6b889e79982e6a084 |
UHC | ????療? | 00111111001111110011111100111111110101101111101100111111 | 3f3f3f3fd6fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)