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 | ツ閉」ツ善 | 11000010100101011100001010100011110000101001000101010000 | c295c2a3c29150 |
EUC-JP | ツ閉」ツ善 | 10001110110000101100101011000100100011101010001110001110110000101100000110110001 | 8ec2cac48ea38ec2c1b1 |
UTF-8 | ツ閉」ツ善 | 111011111011111010000010111010011001011010001001111011111011110110100011111011111011111010000010111001011001011010000100 | efbe82e99689efbda3efbe82e59684 |
UHC | ?閉??善 | 00111111111110001100110100111111001111111110000010111100 | 3ff8cd3f3fe0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)