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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ淌閉療ャ | 1100001010011111110000111001010111000010100101111100001110101100 | c29fc395c297c3ac |
EUC-JP | ツ淌閉療ャ | 10001110110000101101111011000101110010101100010011001110110001011000111010101100 | 8ec2dec5cac4cec58eac |
UTF-8 | ツ淌閉療ャ | 111011111011111010000010111001101011011110001100111010011001011010001001111001111001100110000010111011111011110110101100 | efbe82e6b78ce99689e79982efbdac |
UHC | ??閉療? | 00111111001111111111100011001101110101101111101100111111 | 3f3ff8cdd6fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)